TdxCustomColorDialog.LookAndFeel Property
In This Article
Specifies the appearance settings of the color editor dialog.
#Declaration
Delphi
property LookAndFeel: TcxLookAndFeel read; write;
#Property Value
Type |
---|
Tcx |
#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