PosNetChangeColor Property (Quote Control)
   Windows - Visual C++
Dispatch ID = 0x2e
   Description
   The NegNetChangeColor property 
   returns or sets the display color of positive net changes in the Net 
   Change column.
   Syntax
   OLE_COLOR color = GetPosNetChangeColor();
   void SetPosNetChangeColor(OLE_COLOR color);
The PosNetChangeColor 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 green.
See also: NegNetChangeColor
Back to: Quote Properties