TdxLayoutOfficeLookAndFeel Class
In This Article
The MS Office look & feel style.
#Declaration
Delphi
TdxLayoutOfficeLookAndFeel = class(
TdxLayoutStandardLookAndFeel
)
#Remarks
This class represents the MS Office® look & feel within the TdxLayoutLookAndFeelList component. The TdxLayoutOfficeLookAndFeel object is derived from the TdxLayoutStandardLookAndFeel class and implements its own properties designed to draw layout elements associated with this style in a manner similar to that found in Office 2000.
You can create your own custom look & feel based on this style and then customize it as your application needs dictate.
#Inheritance
See Also