TrayIcon Interface Reference

A TrayIcon objects represents an icon in system tray. More...

Inheritance diagram for TrayIcon:

Inheritance graph
Collaboration diagram for TrayIcon:

Collaboration graph
List of all members.

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.

Detailed Description

A TrayIcon objects represents an icon in system tray.

See also:
CreateTrayIcon method.

TrayIconEvents.


Property Documentation

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).

Since:
1.1.10.

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

Determines which ImageList is linked with the TrayIcon object.

The icon defined by ImageIndex property displayed in the system tray.

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.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:13:19 2015. (C) Veretennikov A. B. 2004-2015