TdxBarColorCombo.CurColor Property
Specifies the color currently selected in TdxBarColorCombo.
Declaration
property CurColor: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
Use this property to specify the current color for TdxBarColorCombo. It is used only during editing. The CurColor property is set to 0, as soon as a user presses ENTER or exits the color combo.
See Also