ShellSearchEditQuickSearchDelay Property |
Amount of time in milliseconds to delay the search in the quick search
mode. After this delay has expired the search is started.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public double QuickSearchDelay { get; set; }
Public Property QuickSearchDelay As Double
Get
Set
public:
property double QuickSearchDelay {
double get ();
void set (double value);
}
member QuickSearchDelay : float with get, set
Property Value
Type:
DoubleSee Also