Vcl.Ribbon.TCustomRibbon.WMEraseBkgnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMEraseBkgnd(var Message: TWMEraseBkgnd); message WM_ERASEBKGND;

C++

HIDESBASE MESSAGE void __fastcall WMEraseBkgnd(Winapi::Messages::TWMEraseBkgnd &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Automatically called when the background must be erased, for example when the ribbon is resized.

See Also