TdxCustomColorEditProperties.DefaultColor Property
Specifies the default color of the color editor displayed when no color is selected.
Declaration
property DefaultColor: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
This property specifies the ColorValue property value when no color has been selected (the EditValue property of the control returns nil).
The default value of the DefaultColor property is clWindow.
See Also