TdxCustomColorDialog.LookAndFeel Property
Specifies the appearance settings of the color editor dialog.
Declaration
property LookAndFeel: TcxLookAndFeel read; write;
Property Value
Type |
---|
TcxLookAndFeel |
Remarks
Appearance settings available in the LookAndFeel property include:
Five predefined styles applied using the LookAndFeel.Kind or LookAndFeel.NativeStyle property;
Skins from the ExpressSkins Library applied using the LookAndFeel.SkinName property.
See Also