Vcl.Ribbon.TCustomRibbon.WMEraseBkgnd

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

Delphi

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

C++

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

プロパティ

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


説明

リボンのサイズが変更された場合など、背景を消す必要がある場合に、自動的に呼び出されます。

関連項目