Vcl.Ribbon.TCustomRibbon.WMPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMPaint(var Message: TWMPaint); message WM_PAINT;

C++

HIDESBASE MESSAGE void __fastcall WMPaint(Winapi::Messages::TWMPaint &Message);

Properties

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

Description

Automatically called when there is a request to paint a portion of the ribbon.

See Also