WordDlgTitle Property (Utility Control)
Windows - Visual C++
Description
The WordDlgTitle property returns
or sets the dialog title for the dialog displayed by the ShowSearchWord methods.
Syntax
CString text GetWordDlgTitle();
void SetWordDlgTitle(LPCTSTR text);
The WordDlgTitle syntax has these parts:
Part |
Description |
|
text |
A String containing the title for the dialog displayed by the ShowSearchWord methods. |
See Also: ShowSearchWord
Back to: Utility Properties