TrayIcon (gb.gui.trayicon)

This class implements a tray icon.

Questa classe è creabile.

Costanti
Horizontal   Indicate a horizontal scroll event.
Vertical   Indicate a vertical scroll event.

Proprietà
Icon   Return or set the trayicon icon.
Picture   A synonymous for the Icon property.
PopupMenu   Return or set the name of the menu that will pop up when the user clicks on the tray icon.
Tag   Return or set the trayicon tag.
Text   A synonymous of the Tooltip property.
Tooltip   Return or set the tooltip displayed by the trayicon.
Visible   Return or set if the trayicon is visible in the system tray.

Metodi
Delete   Delete the trayicon.
Hide   Hide the trayicon from the system tray.
Show   Show the trayicon in the system tray.

Eventi
Click   This event is raised when the user clicks on the trayicon with the mouse left button.
MiddleClick   This event is raised when the user clicks on the trayicon with the mouse middle button.
Scroll   This event is raised when the user scrolls the mouse on the trayicon.