Vcl.ActnMan.TCustomActionBar.OnPaint

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

Delphi

property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;

C++

__property System::Classes::TNotifyEvent OnPaint = {read=FOnPaint, write=FOnPaint};

プロパティ

種類 可視性 ソース ユニット
event public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar


説明

アクション バンドが描画された際に発生します。

OnPaint イベント ハンドラを記述すると、アクション バンドが自分自身を描画する方法を変更することができます。

OnPaint は、TNotifyEvent 型のイベント ハンドラです。

関連項目