HighLightWidth Property

Description

Returns/sets the highlight border width when the mouse is paused over a color cell in popup window.

Usage

[form.][control.]HighLightWidth[ = Integer ]

Data Type

Integer (enumerated)

Enumeration

CPHighLightWidth
0 - cc1Pixel
1 - cc2Pixels
2 - cc3Pixels

Default

cc3Pixels

Remarks

The control palette popup window mouse highlight rectangle border width has 3 styles. This property may be one of the three values.

Highlight rectangle is visible only while HighLightVisible property set to true. See also HighLightVisible property.

Sample

ColorPicker1.HighLightWidth = 2