IndicatorBorderStyle Property

Description

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

Usage

[form.][control.]IndicatorBorderStyle[ = Integer ]

Data Type

Integer (enumerated)

Enumeration

CPIndicatorBorderStyle
0 - ccSolid
1 - ccDash
2 - ccDot
3 - ccDash-Dot
4 - ccDash-Dot-Dot
5 - ccTransparent
6 - ccInsideSolid

Default

ccSolid

Remarks

The control color indicator shape border has six styles. This property may be one of the six values.

Sample

ColorPicker1.IndicatorBorderStyle = CPIndicatorBorderStyle.ccDot