|
|
|
SftDirectory.AutoExpandHover Property |
Defines whether folders are automatically expanded when the mouse hovers over a folder.
Syntax
VB.NET |
Boolean = object.AutoExpandHover As Boolean |
||
VB |
Boolean = object.AutoExpandHover As Boolean |
||
C#.NET |
bool Boolean = object.AutoExpandHover; |
||
VC++ |
VARIANT_BOOL Boolean = object->AutoExpandHover;
|
||
C |
HRESULT object->get_AutoExpandHover(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.AutoExpandHover : WordBool; |
||
VB.NET |
object.AutoExpandHover = Boolean As Boolean |
||
VB |
object.AutoExpandHover = Boolean As Boolean |
||
C#.NET |
bool object.AutoExpandHover = Boolean; |
||
VC++ |
VARIANT_BOOL object->AutoExpandHover = Boolean;
|
||
C |
HRESULT object->put_AutoExpandHover(VARIANT_BOOL Boolean); |
||
Delphi |
object.AutoExpandHover := Boolean : WordBool; |
object
A SftDirectory object.
Boolean
Defines whether folders are automatically expanded when the mouse hovers over a folder.
Boolean |
Description |
True |
An expandable folder is automatically expanded, if the mouse cursor hovers over the folder for an extended period of time. |
False |
Folders 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.