IndicatorPicture Property

Description

Returns/sets the background picture of color button.

Usage

Set [form.][control.]IndicatorPicture[ = Picture ]

Data Type

Picture

Default

NULL

Remarks

The indicator button background picture will cover the control background color while the IndicatorPicture property is not null.

While Style sets to XP, Office and Vista, the Glass effect colors will cover this background picture and color.

Sample

Set ColorPicker1.IndicatorPicture = LoadPicture("Sample.bmp")    'Load picture to the control indicator button

Set ColorPicker1.IndicatorPicture = LoadPicture()    'Clear picture to the control indicator button