Vcl.ExtCtrls.TCustomTrayIcon.Icons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Icons: TCustomImageList read FIconList write SetIconList;

C++

__property Vcl::Imglist::TCustomImageList* Icons = {read=FIconList, write=SetIconList};

Properties

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

Description

Specifies the list of images to be displayed for the icon in the system tray.

Use this property to specify the list of images used for the icon in the system tray. These images are displayed when the Animate property is set to True.

Code Examples