Previous |
Next
BackColor Property
Gets or sets the background color.
Property Value
Type: OLE_COLOR
The background color. The
default is the background color of the DownloadX control container.
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.
|