Vcl.Ribbon.TCustomRibbon.ColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColorMap: TCustomActionBarColorMap read GetColorMap write SetColorMap;

C++

__property Vcl::Actnman::TCustomActionBarColorMap* ColorMap = {read=GetColorMap, write=SetColorMap};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Specifies the color map of the image contained by the ribbon.

See Also