BackColor Property

Example-VB

Returns or sets the background color of the entire control.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Thumbnail control

Syntax

object.BackColor[=color]

Data Type

Long

Remarks

Use the RGB format. The default value is light gray RGB (192, 192, 192).

The color specified should be different from the color set by the HighlightColor property so that the highlight remains visible against the background.

Do not confuse this property with the ThumbBackColor property, which sets the color of the background of the thumbnail boxes.