Vcl.ActnMenus.TCustomActionPopupMenu.SetColorMap

From RAD Studio API Documentation
Jump to: navigation, search

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.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionPopupMenu

Description

Sets the color map of a pop-up menu.

Vcl.ActnMenus.TCustomActionPopupMenu.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.

See Also