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