API: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. {{#multireplace:Vcl.Taskbar.TTaskbar.OnThumbButtonClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Taskbar.TCustomTaskbar.OnThumbButtonClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Taskbar.TCustomTaskbar.OnThumbButtonClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.