TrayShow Method
This method will show the system tray icon if it is currently hidden. See also the TrayVisible property.
Syntax
csSysTray[(index)].TrayShow
The TrayShow method syntax has these parts:
Part | Description |
csSysTray | The SysTray control you are working with, or a control array of SysTray controls. |
Examples
Example 1 (Showing a System Tray Icon)
csSysTray1.TrayShow
Remarks
To hide a system tray icon, call the TrayHide method.