API:Vcl.PlatformDefaultStyleActnCtrls.TPlatformDefaultStyleActionBars.GetColorMapClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetColorMapClass(ActionBar: TCustomActionBar): TCustomColorMapClass; override;

C++

virtual Vcl::Actnman::TCustomColorMapClass __fastcall GetColorMapClass(Vcl::Actnman::TCustomActionBar* ActionBar);

Properties

Type Visibility Source Unit Parent
function public
Vcl.PlatformDefaultStyleActnCtrls.pas
Vcl.PlatformDefaultStyleActnCtrls.hpp
Vcl.PlatformDefaultStyleActnCtrls TPlatformDefaultStyleActionBars

Description

Returns the metaclass of the color map for an action band.

Vcl.PlatformDefaultStyleActnCtrls.TPlatformDefaultStyleActionBars.GetColorMapClass inherits from Vcl.ActnMan.TActionBarStyle.GetColorMapClass. All content below this line refers to Vcl.ActnMan.TActionBarStyle.GetColorMapClass.

Returns the metaclass of the color map for an action band.

Returns the TCustomActionBarColorMap metaclass, which is a color map associated with an action band.