API:Vcl.XPStyleActnCtrls.TXPStyleActionBars.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.XPStyleActnCtrls.pas
Vcl.XPStyleActnCtrls.hpp
Vcl.XPStyleActnCtrls TXPStyleActionBars

Description

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

Vcl.XPStyleActnCtrls.TXPStyleActionBars.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.