Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.AutoExpandHover Property

Defines whether folders are automatically expanded when the mouse hovers over a folder.

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 SftDirectory object.

Boolean

Defines whether folders are automatically expanded when the mouse hovers over a folder.

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

Comments

The AutoExpandHover property defines whether folders are automatically expanded when the mouse hovers over a folder.

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

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

See Also SftDirectory Object | Object Hierarchy


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