Inheritance diagram for TrayIcon:


| Properties | |
| VARIANT_BOOL RW | Active  [] | 
| Shows or hides the icon. | |
| IDispatch *RW | Images  [] | 
| Determines which ImageList is linked with the TrayIcon object. | |
| LONG RW | ImageIndex  [] | 
| Specified the current image index. | |
| BSTR RW | Hint  [] | 
| Gets or sets the text that can appear on the screen when the user moves the mouse over the icon. | |
| IDispatch *RW | PopupMenu  [] | 
| Specifies which Action object used to manupulate the icon's popup menu. | |
| IDispatch *R | BalloonTip  [] | 
| Returns BalloonTip object for configuration an Balloon Tip options. | |
| VARIANT W | OnClick  [] | 
| Sets the event handler for the OnClick event. | |
| VARIANT W | OnDblClick  [] | 
| Sets the event handler for the OnDblClick event. | |
| VARIANT W | OnMouseDown  [] | 
| Sets the event handler for the OnMouseDown event. | |
| VARIANT W | OnMouseUp  [] | 
| Sets the event handler for the OnMouseUp event. | |
| VARIANT_BOOL RW Active | 
Shows or hides the icon.
| IDispatch* R BalloonTip | 
Returns BalloonTip object for configuration an Balloon Tip options.
Minimum OS: Windows XP. Requires visual styles (Themes).
| BSTR RW Hint | 
Gets or sets the text that can appear on the screen when the user moves the mouse over the icon.
| LONG RW ImageIndex | 
Specified the current image index.
| IDispatch* RW Images | 
| VARIANT W OnClick | 
Sets the event handler for the OnClick event.
This event occurs when the user clicks on the icon.
| VARIANT W OnDblClick | 
Sets the event handler for the OnDblClick event.
This event occurs when the user double clicks on the icon.
| VARIANT W OnMouseDown | 
Sets the event handler for the OnMouseDown event.
This event occurs when the user presses the mouse button while the mouse cursor is over the icon.
| VARIANT W OnMouseUp | 
Sets the event handler for the OnMouseUp event.
This event occurs when the user releases the mouse button while the mouse cursor is over the icon.
| IDispatch* RW PopupMenu | 
Specifies which Action object used to manupulate the icon's popup menu.