RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.Style Property

Identifies the style object that gives the application its default look and feel.

Pascal
property Style: TActionBarStyle;
C++
__property TActionBarStyle Style;

Use Style to access the application's Style object. This object manages which type of controls are used on the action bands to present a particular thematic look. To change the overall appearance of action bands in your application, change the style property accordingly. Delphi includes two styles by default: Standard and XP style. You can further augment these styles by using colormap components to control the colors that render the different style of controls. 

To register new styles create a descendant of TActionBarStyleEx and register it using RegisterActnBarStyle. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!