SearchEditorTitle Property (Utility Control)
Windows - Visual C++
Description
The SearchEditorTitle property
returns or sets the dialog title for the dialog displayed by the ShowSearchEditor
method.
Syntax
CString text = GetSearchEditorTitle();
void SetSearchEditorTitle(LPCTSTR text);
The SearchEditorTitle syntax has these parts:
Part |
Description |
|
text |
A String containing the title for the dialog displayed by the ShowSearchEditor method. |
See also: ShowSearchEditor
Back to: Utility Properties