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


Click on the Quote property to see its syntax:

AutoUpdateInterval

Returns or sets the interval, in minutes, at which quote information will be automatically updated.

BackColor

Returns or sets the background color of the control.

BorderStyle

Returns or sets the border style of the control.

ColumnIdentifier

Returns the identifier string of a column.

ColumnName

Returns or sets the displayed name of a column.

ColumnPosition

Returns or sets the position of a column.

ColumnWidth

Returns or sets the width of a column.

ContextMenuEnabled

Returns or sets the flag that indicates whether or not the context menu is enabled. 

CurFocus

Returns or sets the item with the focus.

CurrentState

Returns the current connection state.

DataValid

Indicates whether the control's data can be queried.

Font

Returns or sets the font used to display text in the control.

ForeColor

Returns or sets the color used to display text in the control.

ItemInfo

Returns the data for a specified row and column of the control.

NegNetChangeColor

Returns or sets the display color for negative net changes.

PosNetChangeColor

Returns or sets the display color for positive net changes.

PrintInstructions

Returns or sets the message that will be printed if the user attempts to print from a container that does not call the PrintControl method.

Provider

Returns a string containing the provider of the quote data.

Run

When set to TRUE, indicates to the control that it can connect to the NewsEdge Server.

Running

Returns a flag indicating whether the Quote Control is ready to add or delete tickers or update quotes.

TotalColumnCount

Returns the total number of columns that can be displayed, including those that are currently invisible.

UpdateTime

Returns the time of the last update of the quote data.

VisibleColumnCount

Returns the number of currently visible columns. 

Back to: Quote Control