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