RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonStyleActionBars.GetColorMapClass Method

Returns the class type of the colormap for an action bar.

Pascal
function GetColorMapClass(ActionBar: TCustomActionBar): TCustomColorMapClass; override;
C++
virtual __fastcall TCustomColorMapClass GetColorMapClass(TCustomActionBar ActionBar);

Returns the class type TCustomActionBarColorMap, which is a colormap associated with an action bar. Override this method to customize the appearance of your applications. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!