Vcl.Taskbar.TThumbButtonNotifyEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar Vcl.Taskbar

Description

Type of event handler for the OnThumbButtonClick.

See Also