Click here for NewsObjects Overview
Quote Control Methods
Windows - Visual C++


Click on the Quote method to see its syntax:

AboutBox

Displays the control's About Box.

AddTicker

Adds a new ticker item to the list.

AppendContextMenuItem

Appends a menu item to the control's context menu. 

AppendContextMenuSeparator

Appends a separator item to the control's context menu.

AppendContextMenuSubmenu

Appends a submenu to the control's context menu. 

DeleteSelectedTicker

Deletes the currently selected ticker item from the list.

DeleteTicker

Deletes the ticker at the specified index.

GetContextMenuItemChecked

Returns a value indicating whether or not a specified context menu item is checked.

GetContextMenuItemCount

Returns the number of menu items in the specified context menu.

GetContextMenuItemEnabled

Returns a value indicating whether or not a specified context menu item is enabled.

GetContextMenuItemText

Returns the text of the specified menu item.

GetNumberSelected

Returns the number of items in the list that are currently selected.

GetTickerCount

Returns the number of tickers that are currently added to the quote control.

InsertContextMenuItem

Inserts a menu item into the control's context menu at a specified position.

InsertContextMenuSeparator

Inserts a separator item into the control's context menu at a specified position.

InsertContextMenuSubmenu

Inserts a submenu into the control's context menu at a specified position.

LoadPersistentInfo

Loads the control's persistent information from the specified file.

LoadTickerList

Adds the list of tickers in the specified file to the quote control.

PrintControl

Prints the control on the currently selected printer.

PrintSetup

Displays the Print Setup dialog box. 

RemoveContextMenuItem

Removes an item from the context menu.

Run

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.

SaveTickerList

Saves the list of tickers in the quote control to the specified file.

SetContextMenuItemChecked

Sets the checked status of the specified menu item in the context menu.

SetContextMenuItemEnabled

Sets the enabled status of the specified menu item in the context menu.

SetContextMenuItemText

Sets the text of the specified context menu item.

ShowPreferences

Displays the preferences dialog for the control.

UpdateAllQuotes

Requests updated quote data for all tickers in the list.

Back to: Quote Control