IndicatorShape Property

Description

Returns/sets the shape style of color button indicator area.

Usage

[form.][control.]IndicatorShape[ = Integer ]

Data Type

Integer (enumerated)

Enumeration

CPIndicatorShape
0 - ccRectangle
1 – ccOval

Default

ccRectangle

Remarks

The Indicator button shape has two styles, rectangle and oval.

Sample

ColorPicker1.IndicatorShape = 0