Quote Control Methods
Windows - Visual C++
Click on the Quote method to see its syntax:
Displays the control's About Box. |
|
Adds a new ticker item to the list. |
|
Appends a menu item to the control's context menu. |
|
Appends a separator item to the control's context menu. |
|
Appends a submenu to the control's context menu. |
|
Deletes the currently selected ticker item from the list. |
|
Deletes the ticker at the specified index. |
|
Returns a value indicating whether or not a specified context menu item is checked. |
|
Returns the number of menu items in the specified context menu. |
|
Returns a value indicating whether or not a specified context menu item is enabled. |
|
Returns the text of the specified menu item. |
|
Returns the number of items in the list that are currently selected. |
|
Returns the number of tickers that are currently added to the quote control. |
|
Inserts a menu item into the control's context menu at a specified position. |
|
Inserts a separator item into the control's context menu at a specified position. |
|
Inserts a submenu into the control's context menu at a specified position. |
|
LoadPersistentInfo |
Loads the control's persistent information from the specified file. |
Adds the list of tickers in the specified file to the quote control. |
|
Prints the control on the currently selected printer. |
|
Displays the Print Setup dialog box. |
|
Removes an item from the context menu. |
|
Tells the Quote Control to send a notification to the NewsEdge Server indicating that it should either initialize or terminate quote information access for this user. |
|
SavePersistentInfo |
Saves the control's persistent information to the specified file. |
Saves the list of tickers in the quote control to the specified file. |
|
Sets the checked status of the specified menu item in the context menu. |
|
Sets the enabled status of the specified menu item in the context menu. |
|
Sets the text of the specified context menu item. |
|
Displays the preferences dialog for the control. |
|
Requests updated quote data for all tickers in the list. |
Back to: Quote Control