ShellTreeViewAutoExpandDelay Property |
The delay in milliseconds after that a folder is expanded automatically during a drag and drop operation.
A value of 0 disables the auto expand feature.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int AutoExpandDelay { get; set; }
Public Property AutoExpandDelay As Integer
Get
Set
public:
property int AutoExpandDelay {
int get ();
void set (int value);
}
member AutoExpandDelay : int with get, set
Property Value
Type:
Int32See Also