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