BeforeSearchCancelEventArgsSearchPhrase Property |
Holds the search phrase, that the user has given. It can be changed. Doing so will not be reflected to the user via the
ShellSearchEdit.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string SearchPhrase { get; set; }
Public Property SearchPhrase As String
Get
Set
public:
property String^ SearchPhrase {
String^ get ();
void set (String^ value);
}
member SearchPhrase : string with get, set
Property Value
String
See Also