Vcl.Taskbar.TCustomTaskbar.OnThumbButtonClick
Delphi
property OnThumbButtonClick: TThumbButtonNotifyEvent read FOnThumbButtonClick write FOnThumbButtonClick;
C++
__property TThumbButtonNotifyEvent OnThumbButtonClick = {read=FOnThumbButtonClick, write=FOnThumbButtonClick};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | public | Vcl.Taskbar.pas Vcl.Taskbar.hpp | Vcl.Taskbar | TCustomTaskbar | 
Description
Occurs when a thumb button in a Windows task bar is clicked.
This event provides the following arguments to its event handler:
- Senderis a TObject instance.
- ItemIDis the index of the TThumbBarButton in the TThumbBarButtonList that has been clicked.