Previous | Next

ColumnsForeColor Property

Gets or sets the columns foreground color.

OLE_COLOR BackColor

Property Value

Type: OLE_COLOR

The columns foreground color. The default is the text color of the Windows ListView control.

Remarks

The OLE_COLOR data type is used for properties that return colors. Valid values for an OLE_COLOR property can be one of the following:

  • 00bbggrr hexadecimal, where bb is the blue value between 0 and FF hexadecimal (255), gg the green value, and rr the red value.
  • 800000xx hexadecimal, where xx is a valid Windows system color index.