Vcl.ExtCtrls.TCustomTrayIcon.OnDblClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDblClick: TNotifyEvent read FOnDblClick write FOnDblClick;

C++

__property System::Classes::TNotifyEvent OnDblClick = {read=FOnDblClick, write=FOnDblClick};

Properties

Type Visibility Source Unit Parent
event public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Description

Occurs when the user double clicks the tray icon.

Occurs when the user double clicks the tray icon.