|
|
|
SftTreeItems.AutoExpandHoverInterval Property |
Defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item.
Syntax
VB.NET |
milliSeconds = object.AutoExpandHoverInterval As Integer |
||
VB |
milliSeconds = object.AutoExpandHoverInterval As Long |
||
C#.NET |
int milliSeconds = object.AutoExpandHoverInterval; |
||
VC++ |
long milliSeconds = object->AutoExpandHoverInterval;
|
||
C |
HRESULT object->get_AutoExpandHoverInterval(long* milliSeconds); |
||
Delphi |
milliSeconds := object.AutoExpandHoverInterval : Integer; |
||
VB.NET |
object.AutoExpandHoverInterval = milliSeconds As Integer |
||
VB |
object.AutoExpandHoverInterval = milliSeconds As Long |
||
C#.NET |
int object.AutoExpandHoverInterval = milliSeconds; |
||
VC++ |
long object->AutoExpandHoverInterval = milliSeconds;
|
||
C |
HRESULT object->put_AutoExpandHoverInterval(long milliSeconds); |
||
Delphi |
object.AutoExpandHoverInterval := milliSeconds : Integer; |
object
A SftTreeItems object.
milliSeconds
Defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item. If 0 is specified, the default of 1200 milliseconds is used instead.
Comments
The AutoExpandHoverInterval property defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item.
The AutoExpandHover property defines whether items are automatically expanded when the mouse cursor hovers over an item.
See Also SftTreeItems Object | Object Hierarchy