BFC_TrayIcon |
Description
This component gives your application the possibility to notify the system tray (icons next to the clock). This can add the ability to minimize your application to an icon in the system tray, and restore it by letting the enduser click (double-click) on it.
Properties
Active | Declaration property Active: Boolean; Description |
|
Animate | Declaration property Animate: Boolean; Description |
|
AnimateInterval | Declaration property AnimateInterval: Interval; Description |
|
ShowDesigning | Declaration property ShowDesigning: Boolean; Description |
|
PopupMenu | Declaration property PopupMenu: TPopupMenu; Description |
|
Images | Declaration property Images: TImageList; Description |
|
Icon | Declaration property Icon: TIcon; Description |
|
Tooltip | Declaration property Tooltip: String; Description |
Methods
None
Events
OnClick | Declaration property OnClick: TNotifyEvent; Description |
|
OnDblClick | Declaration property OnDblClick: TNotifyEvent; Description |