Previous |
Next
ColumnsBackColor Property
Gets or sets the columns background color.
Property Value
Type: OLE_COLOR
The columns background color. The
default is the background 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.
|