Vcl.Taskbar.TTaskbar.OnThumbButtonClick
Delphi
property OnThumbButtonClick: TThumbButtonNotifyEvent read FOnThumbButtonClick write FOnThumbButtonClick;
C++
__property OnThumbButtonClick;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.Taskbar.pas Vcl.Taskbar.hpp |
Vcl.Taskbar | TTaskbar |
Description
Occurs when a thumb button in a Windows task bar is clicked.
Vcl.Taskbar.TTaskbar.OnThumbButtonClick inherits from Vcl.Taskbar.TCustomTaskbar.OnThumbButtonClick. All content below this line refers to Vcl.Taskbar.TCustomTaskbar.OnThumbButtonClick.
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.