Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.SetColorMap
Delphi
procedure SetColorMap(const Value: TCustomActionBarColorMap); override;
C++
virtual void __fastcall SetColorMap(Vcl::Actnman::TCustomActionBarColorMap* const Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.RibbonActnMenus.pas Vcl.RibbonActnMenus.hpp |
Vcl.RibbonActnMenus | TRibbonApplicationPopupMenu |
Description
Sets the color map of a pop-up menu.
Vcl.RibbonActnMenus.TRibbonApplicationPopupMenu.SetColorMap inherits from Vcl.ActnMan.TCustomActionBar.SetColorMap. All content below this line refers to Vcl.ActnMan.TCustomActionBar.SetColorMap.
Sets the color map of a pop-up menu.
SetColorMap is the protected write implementation for the ColorMap property. It writes the Value
to the ColorMap property.