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