API:Vcl.Ribbon.TCustomRibbonColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnColorMaps.TXPColorMapVcl.ActnMan.TCustomActionBarColorMapSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomRibbonColorMap

Delphi

TCustomRibbonColorMap = class(TXPColorMap)

C++

class PASCALIMPLEMENTATION TCustomRibbonColorMap : public Vcl::Actncolormaps::TXPColorMap

Properties

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

Description

TXPColorMap defines the default look and feel of individual action band components.

Vcl.Ribbon.TCustomRibbonColorMap inherits from Vcl.ActnColorMaps.TXPColorMap. All content below this line refers to Vcl.ActnColorMaps.TXPColorMap.

TXPColorMap defines the default look and feel of individual action band components.

Like StandardColorMap, use TXPColorMap to apply a unique look and feel to individual action band components.

Note: To centrally apply a unique look and feel to all action band components or to change the default, use the Action Manager Style property.

See Also