SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether folders are automatically expanded when the mouse hovers over a folder.
Get
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; VARIANT_BOOL Boolean = object->GetAutoExpandHover(); |
C | HRESULT object->get_AutoExpandHover(VARIANT_BOOL* Boolean); |
Put
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; void object->PutAutoExpandHover(VARIANT_BOOL Boolean); |
C | HRESULT object->put_AutoExpandHover(VARIANT_BOOL Boolean); |
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. |
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