trayicon PopupMenuTrayMinimizeItem property
Return to Introduction  Previous page  Next page
Applies to
acTrayIcon component.  

Declaration
property PopupMenuTrayMinimizeItem: TMenuItem;  

Description
The PopupMenuTrayMinimizeItem points to the menu item in the PopupMenu. When user select this menu item, application window will minimized to the system tray.  
 
To associate a menu item with "Restore From Tray" action - use PopupMenuRestoreItem property.  

See also
PopupMenuRestoreItem, PopupMenu properties;  
MinimizeToTray method.