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

Declaration
property WhatsThisHint: String;  

Description
The WhatsThisHint property specifies the text for popup window which appears when user clicks the menu item associated with PopupMenuWhatsThisItem.  
 
tip The popup window looks and feels like standard WinHelp popup window, and since it created using function of acFormHelp component it can contain the rich-formatting tags of FormHelp (i.e: [B], [I], [U], [colorname] etc). See the list of rich-formatting tags for more details.  

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
PopupMenuWhatsThisItem, PopupMenu and Hint properties;  
acFormHelp component and Rich-formatting tags.