TdxLayoutCxLookAndFeel Class
In This Article
The TcxLookAndFeel-based look & feel style.
#Declaration
Delphi
TdxLayoutCxLookAndFeel = class(
TdxLayoutStandardLookAndFeel,
IdxSkinSupport,
IcxLookAndFeelContainer
)
#Remarks
This class contains settings that allow you to paint a layout control using any of the following TcxLookAndFeel styles:
- Five predefined paint styles common to all Developer Express controls: Flat, Office11, Standard, UltraFlat, and Windows Native Style theme.
- Skins from the ExpressSkins Library (installed separately).
TdxLayoutCxLookAndFeel
objects can be created using the TdxLayoutLookAndFeelList component.
#Inheritance
See Also