Click or drag to resize

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; }

Property Value

Type: Int32
The delay.
See Also