Vcl.Ribbon.TCustomRibbon.WMPaint

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon


説明

リボンの部分を描画する要求があった場合に、自動的に呼び出されます。

関連項目