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