Vcl.ExtCtrls.TCustomTrayIcon.Icon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Icon: TIcon read FIcon write SetIcon;

C++

__property Vcl::Graphics::TIcon* Icon = {read=FIcon, write=SetIcon};

Properties

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

Description

Specifies the default icon shown in the system tray.

Use the Icon property to set the default icon to be shown in the system tray. If you do not specify a value, the application icon is used.

Code Examples