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