SubjectSearchString Property (Utility Control)
Windows - Visual C++
Read Only
Description
The SubjectSearchString property
returns a string after the ShowSubjects
method has been called. This string is used to set the Headline
control's SearchCriteria
property to perform a subject search.
Syntax
CString text = GetSubjectSearchString();
The SubjectSearchString syntax has these parts:
Part |
Description |
|
text |
A String to be used to set the Headline control's SearchCriteria property. |
See Also: SearchCriteria ShowSubjects SubjectName SubjectCode
Back to: Utility Properties