Vcl.XPStyleActnCtrls.TXPStyleActionBars

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMenus.TActionBarStyleExVcl.ActnMan.TActionBarStyleSystem.TObjectTXPStyleActionBars

Delphi

TXPStyleActionBars = class(TActionBarStyleEx)

C++

class PASCALIMPLEMENTATION TXPStyleActionBars : public Vcl::Actnmenus::TActionBarStyleEx

Properties

Type Visibility Source Unit Parent
class public
Vcl.XPStyleActnCtrls.pas
Vcl.XPStyleActnCtrls.hpp
Vcl.XPStyleActnCtrls Vcl.XPStyleActnCtrls

Description

XP style for action bands.

Use TXPStyleActionBars instances to modify the look and feel of action bands and action bars such as TActionMainMenuBar. TXPStyleActionBars provides the Windows XP theme independent of the current operating system theme.

Note: To use this style for your action bars, select "XP Style" as the value for the Style property of the action manager associated with the action bars.

See Also