Vcl.Taskbar.TCustomTaskbar.OnThumbButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also