Click here for NewsObjects Overview
NegNetChangeColor Property (Quote Control)
Windows - Visual C++


Dispatch ID = 0x2f

Description
The NegNetChangeColor property returns or sets the display color of negative net changes in the Net Change column.

Syntax
OLE_COLOR color = GetNegNetChangeColor();
void SetNegNetChangeColor(OLE_COLOR color);

The NegNetChangeColor syntax has these parts:

Part

Description

color

A value or constant that specifies a color, as described in Remarks.

Remarks
The color can be either normal RGB (red, green, blue) or system default colors. The default is red.

See also: PosNetChangeColor

Back to: Quote Properties