Click here for NewsObjects Overview
BackColor Property
Windows - Visual C++


Stock Property

Description
The BackColor property returns or sets the background color of the control.

Syntax
OLE_COLOR color = GetBackColor();
void SetBackColor(OLE_COLOR color);

The BackColor syntax has these parts:

 Part

Description

color

A value or constant that determines the background color of the control, as described in Remarks.

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

See also: ForeColor

Back to: Feed Properties Headline Properties Quote Properties Story Properties Toolbar Properties