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

Declaration
property PopupMenuWhatsThisItem: TMenuItem;  

Description
The PopupMenuWhatsThisItem property used to point the menu item in the PopupMenu, to display the description of purpose of the application and its icon in the system tray.  
 
The PopupMenuWhatsThisItem should point only to the item within PopupMenu, associated with tray icon. When user clicks this menu item, it will automatically show the popup window with the text specified in WhatsThisHint property. The popup window looks and feels like standard WinHelp popup window, and created using function of acFormHelp component.  

Snapshot
actrayiconss  

Note
iiinfo This feature are not available in stand-alone TrayIcon component and only comes with entire AppControls pack, since it uses function of acFormHelp component to display the popup window.  

See also
PopupMenu and WhatsThisHint properties;  
acFormHelp component.