Vcl.StdStyleActnCtrls.TStandardStyleActionBars
Delphi
TStandardStyleActionBars = class(TActionBarStyleEx)
C++
class PASCALIMPLEMENTATION TStandardStyleActionBars : public Vcl::Actnmenus::TActionBarStyleEx
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.StdStyleActnCtrls.pas Vcl.StdStyleActnCtrls.hpp |
Vcl.StdStyleActnCtrls | Vcl.StdStyleActnCtrls |
Description
Standard style for action bands.
Use TStandardStyleActionBars instances to modify the look and feel of action bands and action bars such as TActionMainMenuBar. TStandardStyleActionBars provides the standard Windows 2000 theme, independently of the current operating system theme.
Note: To use this style for your action bars, select
Standardas the value for the Style property of the action manager associated with the action bars.