API:Vcl.StdStyleActnCtrls.TStandardStyleActionBars.GetColorMapClass
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.StdStyleActnCtrls.pas Vcl.StdStyleActnCtrls.hpp |
Vcl.StdStyleActnCtrls | TStandardStyleActionBars |
Description
Returns the metaclass of the color map for an action band.
Vcl.StdStyleActnCtrls.TStandardStyleActionBars.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.