ColorChanged Property
Description
Returns the current selected color whether it’s same with last color value.
Usage
[form.][control.]ColorChanged
Data Type
Boolean
Default
FALSE
Remarks
The Property is read only.
After user selected a color, compare with last selected color value, can use this property to know whether color is changed.
Sample
Dim m_bColorChange As Boolean
m_bColorChange = ColorPicker1.ColorChanged