Vcl.Taskbar.TTaskbar.OnThumbButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnThumbButtonClick;

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:

See Also