TickerTitle Property (Utility Control)
Windows - Visual C++
Description
The TickerTitle property returns or
sets the dialog title for the dialog displayed by the ShowTickers method.
Syntax
CString text = GetTickerTitle();
void SetTickerTitle(LPCTSTR text);
The TickerTitle syntax has these parts:
Part |
Description |
|
text |
A String containing the title for the dialog displayed by the ShowTickers method. |
See Also: ShowTickers
Back to: Utility Properties