Click or drag to resize

ShellSearchEditQuickSearch Property

Gets or sets the usage of the quick search mode.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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