TdxLayoutStandardLookAndFeel Class
The Standard look & feel style.
Declaration
TdxLayoutStandardLookAndFeel = class(
TdxCustomLayoutLookAndFeel
)
Remarks
This class represents the Standard look & feel style for the layout control within the TdxLayoutLookAndFeelList component. The TdxLayoutStandardLookAndFeel object is derived from the TdxCustomLayoutLookAndFeel class and implements its own properties designed to draw layout elements associated with this style in a manner similar to that found in Microsoft® Windows.
You can create your own custom look & feel based on this style and then customize it as your application needs dictate.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponent
TcxScalableComponent
TdxCustomLayoutLookAndFeel
TdxLayoutStandardLookAndFeel
See Also