AutoCompleteTextBoxDelay Property |
Gets or sets the change delay between typing and refreshing the AutoSuggest list.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public int Delay { get; set; }
Public Property Delay As Integer
Get
Set
public:
property int Delay {
int get ();
void set (int value);
}
member Delay : int with get, set
Property Value
Type:
Int32The delay.
See Also