ShellTreeViewChangeDelay Property |
Specifies the delay between when a node is selected and when the handling of this change is processed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int ChangeDelay { get; set; }
Public Property ChangeDelay As Integer
Get
Set
public:
property int ChangeDelay {
int get ();
void set (int value);
}
member ChangeDelay : int with get, set
Property Value
Type:
Int32Remarks Setting this property to a value greater than 0 will emulate the behaviour of the Windows Explorer
and delay the updating of controls connected through a
ShellControlConnector.
See Also