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
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
SftTree/NET 2.0 - Tree Control
Defines whether items are automatically expanded when the mouse cursor hovers over an item.
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
A SftTreeItems object.
Boolean
Defines whether items are automatically expanded when the mouse cursor hovers over an item.
| Boolean | Description |
|---|---|
| True | An expandable item is automatically expanded, if the mouse cursor hovers over the item for an extended period of time. |
| False | Items are not automatically expanded. |
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.
HilightColor = -2147483628
Multiline = 1
ShadowColor = -2147483632
Reorderable = 1
Resizable = 1
EndProperty
BeginProperty Items {9EBAA93C-293D-44FA-9989-08F078763A1F}
AutoExpandDragDrop= 1
AutoExpandHover = 0
BackColor = -2147483643
BackColorOdd = -2147483643
CalcLimit = 0
CalcVisibleOnly = 0
Cell3D = 0
CharSearchColumn= -1
CharSearchMode = 1See Also SftTreeItems Object | Object Hierarchy
