API:Vcl.Ribbon.TRibbonSilverColorMap
Delphi
TRibbonSilverColorMap = class(TCustomRibbonColorMap)
C++
class PASCALIMPLEMENTATION TRibbonSilverColorMap : public TCustomRibbonColorMap
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.
Vcl.Ribbon.TRibbonSilverColorMap inherits from Vcl.Ribbon.TCustomRibbonColorMap. All content below this line refers to Vcl.Ribbon.TCustomRibbonColorMap.
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