ShellSearchEditQuickSearch Property |
Gets or sets the usage of the quick search mode.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool QuickSearch { get; set; }
Public Property QuickSearch As Boolean
Get
Set
public:
property bool QuickSearch {
bool get ();
void set (bool value);
}
member QuickSearch : bool with get, set
Property Value
Type:
BooleanRemarks
If set to
True the search is started automatically by changing
the search expression. The
QuickSearchDelay property
specifies a delay that must expire before the search is started.
If set to
False the search is only started when the enter key
is hit.
See Also