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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Int32
See Also