Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

AutoExpandHoverInterval Property, SftTreeItems Object

Defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item.

Syntax

Get

VB.NETmilliSeconds = object.AutoExpandHoverInterval As Integer
VBmilliSeconds = object.AutoExpandHoverInterval As Long
C#.NETint milliSeconds = object.AutoExpandHoverInterval;
VC++long milliSeconds = object->AutoExpandHoverInterval;
long milliSeconds = object->GetAutoExpandHoverInterval();
CHRESULT object->get_AutoExpandHoverInterval(long* milliSeconds);

Put

VB.NETobject.AutoExpandHoverInterval = milliSeconds As Integer
VBobject.AutoExpandHoverInterval = milliSeconds As Long
C#.NETint object.AutoExpandHoverInterval = milliSeconds;
VC++long object->AutoExpandHoverInterval = milliSeconds;
void object->PutAutoExpandHoverInterval(long milliSeconds);
CHRESULT object->put_AutoExpandHoverInterval(long milliSeconds);

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


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.