Vcl.ComCtrls.TCustomDrawPanelEvent

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

Delphi

TCustomDrawPanelEvent = procedure(StatusBar: TCustomStatusBar; Panel: TStatusPanel;
const Rect: TRect) of object;

C++

typedef void __fastcall (__closure *TCustomDrawPanelEvent)(TCustomStatusBar* StatusBar, TStatusPanel* Panel, const System::Types::TRect &Rect);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls


説明

TCustomDrawPanelEvent は、OnDrawPanel イベント ハンドラの型です。

StatusBar は、パネルがあるステータス バー オブジェクトです。

Panel は、再描画を必要とするパネルです。

Rect は、ステータス パネルの(新しい)座標を指定します。

関連項目