Vcl.RibbonStyleActnCtrls.TRibbonStyleActionBars

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.XPStyleActnCtrls.TXPStyleActionBarsVcl.ActnMenus.TActionBarStyleExVcl.ActnMan.TActionBarStyleSystem.TObjectTRibbonStyleActionBars

Delphi

TRibbonStyleActionBars = class(TXPStyleActionBars)

C++

class PASCALIMPLEMENTATION TRibbonStyleActionBars : public Vcl::Xpstyleactnctrls::TXPStyleActionBars

Properties

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

Description

Ribbon style for TRibbon objects.

TRibbonStyleActionBars is the base class for classes that provide the Ribbon themes used to customize the look and feel of TRibbon objects.

Note: To use a ribbon style, select "Ribbon - Luna", "Ribbon - Obsidian", or "Ribbon - Silver" as the value for the Style property of the action manager associated with the ribbon, or set the Style property of your TRibbon object.

See Also