Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

AutoExpandDragDropInterval Property, SftTreeItems Object

Defines the delay (in milliseconds) after which items are automatically expanded during an OLE drag & drop operation.

Syntax

Get

VB.NETmilliSeconds = object.AutoExpandDragDropInterval As Integer
VBmilliSeconds = object.AutoExpandDragDropInterval As Long
C#.NETint milliSeconds = object.AutoExpandDragDropInterval;
VC++long milliSeconds = object->AutoExpandDragDropInterval;
long milliSeconds = object->GetAutoExpandDragDropInterval();
CHRESULT object->get_AutoExpandDragDropInterval(long* milliSeconds);

Put

VB.NETobject.AutoExpandDragDropInterval = milliSeconds As Integer
VBobject.AutoExpandDragDropInterval = milliSeconds As Long
C#.NETint object.AutoExpandDragDropInterval = milliSeconds;
VC++long object->AutoExpandDragDropInterval = milliSeconds;
void object->PutAutoExpandDragDropInterval(long milliSeconds);
CHRESULT object->put_AutoExpandDragDropInterval(long milliSeconds);

object

A SftTreeItems object.

milliSeconds

Defines the delay (in milliseconds) after which items are automatically expanded during an OLE drag & drop operation. If 0 is specified, the default of 1200 milliseconds is used instead.

Comments

The AutoExpandDragDropInterval property defines the delay (in milliseconds) after which items are automatically expanded during an OLE drag & drop operation.

The AutoExpandDragDrop property defines whether items are automatically expanded during an OLE drag & drop operation.

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.