TdxDockingManager.LookAndFeel Property
Provides look and feel settings for dock controls.
Declaration
property LookAndFeel: TcxLookAndFeel read; write;
Property Value
Type |
---|
TcxLookAndFeel |
Remarks
The LookAndFeel property is represented by the TcxLookAndFeel object and its properties are used to specify the actual painting style. Please refer to this class description for details on the settings it provides.
Use the PainterClass property to determine the painter class that corresponds to the current LookAndFeel property setting. You can implement your custom painter class and use it instead of built-in painters. Refer to the PainterClass property description to learn how to accomplish this.
See Also