SubjectName Property (Utility Control)
Windows - Visual C++
Read Only
Description
The SubjectName property returns
the subject name after the ShowSubjects method
has been called.
Syntax
CString text = GetSubjectName();
The SubjectName syntax has these parts:
Part |
Description |
|
text |
A String containing the subject name. |
See Also: ShowSubjects SubjectCode SubjectSearchString
Back to: Utility Properties