TrayIcon.Show
Description
- Forces a tray icon to be shown in both PowerPro's & the system's tray.
Syntax
- TrayIcon.Show([^]caption_list[(id)])
Parameters
- ^
- (string) a single carat character, ^, prepended to the icon name to avoid errors if the icon is not found
- caption_list
- (string) identifies which tray icon window to work with
-
Possible Values
- The icon's window can be specified via its:
- caption
- *caption
- *caption*
- caption*
- cap*tion
- exe name
- =exename
- window class
- c=windowclass
- id
- (mixed) Indicates which tray icon to use for a window when which controls more than one tray icon.
- Optional.
Examples
- TrayIcon.Show("=taskmgr")
- Shows the Task Manager icon in both PowerPro's & Windows' system trays.
- TrayIcon.Show("^=taskmgr")
- Shows the Task Manager icon in both PowerPro's & Windows' system trays, hiding any errors if Task Manager is not running.