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 のイベント ハンドラのタイプ。

関連項目