Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

AutoExpandHover Property, SftTreeItems Object

Defines whether items are automatically expanded when the mouse cursor hovers over an item.

Syntax

Get

VB.NETBoolean = object.AutoExpandHover As Boolean
VBBoolean = object.AutoExpandHover As Boolean
C#.NETbool Boolean = object.AutoExpandHover;
VC++VARIANT_BOOL Boolean = object->AutoExpandHover;
VARIANT_BOOL Boolean = object->GetAutoExpandHover();
CHRESULT object->get_AutoExpandHover(VARIANT_BOOL* Boolean);

Put

VB.NETobject.AutoExpandHover = Boolean As Boolean
VBobject.AutoExpandHover = Boolean As Boolean
C#.NETbool object.AutoExpandHover = Boolean;
VC++VARIANT_BOOL object->AutoExpandHover = Boolean;
void object->PutAutoExpandHover(VARIANT_BOOL Boolean);
CHRESULT object->put_AutoExpandHover(VARIANT_BOOL Boolean);

object

A SftTreeItems object.

Boolean

Defines whether items are automatically expanded when the mouse cursor hovers over an item.

BooleanDescription
TrueAn expandable item is automatically expanded, if the mouse cursor hovers over the item for an extended period of time.
FalseItems are not automatically expanded.

Comments

The AutoExpandHover property defines whether items are automatically expanded when the mouse cursor hovers over an item.

If the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the AutoExpandHover property setting.

The AutoExpandHoverInterval property defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item.

The AutoExpandDragDrop property defines whether items are automatically expanded during drag & drop.

See Also SftTreeItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.