Description
Returns/sets the popup window border style of the control.
Usage
[form.][control.]ColorPopupBorderStyle[ = Integer]
Data Type
Integer (enumerated)
Enumeration
CPColorPopupBorderStyle
0 - cc3D
1 - ccFlat
Default
cc3D
Remarks
This property sets or returns dropped popup window border style, contains 3D and flat, 3D means a thick frame border, flat means a one pixel thick border.
This property value is changed to flat automatically while Style property changes to Office and Vista, Programmer can modify it.
See also Style property.
Sample
ColorPicker1.ColorPopupBorderStyle = CPColorPopupBorderStyle.ccFlat