Vcl.ActnMan.TCustomActionBar.SetColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetColorMap(const Value: TCustomActionBarColorMap); virtual;

C++

virtual void __fastcall SetColorMap(TCustomActionBarColorMap* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

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