Vcl.ExtCtrls.TCustomTrayIcon.IconIndex
Delphi
property IconIndex: Integer read FIconIndex write SetIconIndex default 0;
C++
__property int IconIndex = {read=FIconIndex, write=SetIconIndex, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomTrayIcon |
Description
This is an index into the Icons image list which is the icon currently being displayed in the system tray.
This is an index into the Icons image list which is the icon currently being displayed in the system tray.