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

Declaration
property PopupMenuRestoreItem: TMenuItem;  

Description
The PopupMenuRestoreItem points to the menu item in the PopupMenu. When user selects this menu item, application window will restored from system tray.  
 
To associate a menu item with "Minimize To Tray" action - use PopupMenuTrayMinimizeItem property.  

See also
PopupMenuTrayMinimizeItem, PopupMenu properties;  
RestoreFromTray method.