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

TCustomRibbonColorMap is the base class for ribbon color themes.

TCustomRibbonColorMap provides the properties, methods, and events for color maps, such as TRibbonLunaColorMap, TRibbonObsidianColorMap, and TRibbonSilverColorMap. Use the Object Inspector for the respective color maps to change the default settings and customize the look and feel of your ribbon controls.

See Also