Click or drag to resize

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

Property Value

Type: Boolean
Remarks
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