InitialSearchEditorSearchString Property (Utility Control)
Windows Visual C++
Description
The InitialSearchEditorSearchString
property sets or returns the initial search string to be displayed in
the Search Editor dialog.
Syntax
Cstring Text = GetInitialSearchEditorSearchString();
Void SetIntialSearchEditorSearchString(text);
The InitialSearchEditorSearchString syntax has these parts:
|
Part |
Description |
|
|
text |
A String containing the initial search string that is displayed in the Search Editor Dialog |
|
See also: ShowSearchEditor
Back to: Utility Control