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