Vcl.Taskbar.TThumbButtonNotifyEvent

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

Delphi

TThumbButtonNotifyEvent = procedure (Sender: TObject; AButtonID: Integer) of object;

C++

typedef void __fastcall (__closure *TThumbButtonNotifyEvent)(System::TObject* Sender, int AButtonID);

プロパティ

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


説明

OnThumbButtonClick のイベント ハンドラのタイプ。

関連項目