TdxBarColorCombo.AutoColor Property
Specifies the color to be displayed in a list as the automatic color.
Declaration
property AutoColor: TColor read; write; default clWindowText;
Property Value
Type | Default |
---|---|
TColor | clWindowText |
Remarks
Use this property to specify the color to be displayed in a dropdown list as the automatic color.
Note
The automatic color item is visible if the ShowAutoColor property is True.
See Also