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