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.
GetColorMapClass returns the TCustomActionBarColorMap metaclass, which is a color map associated with an action band. The value of GetColorMapClass is used to instantiate a Windows 2000 standard-styled color map used when action bands are drawn.