Vcl.ExtCtrls.TCustomControlBar.GetPalette

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPalette: HPALETTE; override;

C++

DYNAMIC HPALETTE __fastcall GetPalette();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Returns the control bar palette.

GetPalette returns the palette used for the control bar picture (Picture property). It is called when the control bar needs to realize its palette.

See Also