API:Vcl.ActnColorMaps.TThemedColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ActnMan.TCustomActionBarColorMapSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTThemedColorMap

Delphi

TThemedColorMap = class(TCustomActionBarColorMap)

C++

class PASCALIMPLEMENTATION TThemedColorMap : public Vcl::Actnman::TCustomActionBarColorMap

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnColorMaps.pas
Vcl.ActnColorMaps.hpp
Vcl.ActnColorMaps Vcl.ActnColorMaps

Description

TCustomActionBarColorMap is the base class for the action band colormaps that controls the color of the action band and the items that appear on it.

Vcl.ActnColorMaps.TThemedColorMap inherits from Vcl.ActnMan.TCustomActionBarColorMap. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.

TCustomActionBarColorMap is the base class for the action band colormaps that controls the color of the action band and the items that appear on it.

TCustomActionBarColorMap provides the properties, methods, and events for colormaps, such as StandardColorMap and XPColorMap. Use Object Inspector for the respective colormaps to change the default settings and customize the look and feel of your applications.

See Also