TrayIconEvents Interface Reference

This interface defines the set of events that can be raised by an TrayIcon object. More...

List of all members.

Public Member Functions

 OnClick ([in] IDispatch *Sender)
 This event occurs when the user clicks on the icon.
 OnDblClick ([in] IDispatch *Sender,[in] LONG x,[in] LONG y,[in] LONG Button,[in] LONG Flags)
 This event occurs when the user double clicks on the icon.
 OnMouseDown ([in] IDispatch *Sender,[in] LONG x,[in] LONG y,[in] LONG Button,[in] LONG Flags)
 This event occurs when the user presses the mouse button while the mouse cursor is over the icon.
 OnMouseUp ([in] IDispatch *Sender,[in] LONG x,[in] LONG y,[in] LONG Button,[in] LONG Flags)
 This event occurs when the user releases the mouse button while the mouse cursor is over the icon.


Detailed Description

This interface defines the set of events that can be raised by an TrayIcon object.


Member Function Documentation

OnClick ( [in] IDispatch *  Sender  ) 

This event occurs when the user clicks on the icon.

Parameters:
Sender The object that raised the event.

OnDblClick ( [in] IDispatch *  Sender,
[in] LONG  x,
[in] LONG  y,
[in] LONG  Button,
[in] LONG  Flags 
)

This event occurs when the user double clicks on the icon.

See also:
OnDblClick for the parameters description.

OnMouseDown ( [in] IDispatch *  Sender,
[in] LONG  x,
[in] LONG  y,
[in] LONG  Button,
[in] LONG  Flags 
)

This event occurs when the user presses the mouse button while the mouse cursor is over the icon.

See also:
OnMouseDown for the parameters description.

OnMouseUp ( [in] IDispatch *  Sender,
[in] LONG  x,
[in] LONG  y,
[in] LONG  Button,
[in] LONG  Flags 
)

This event occurs when the user releases the mouse button while the mouse cursor is over the icon.

See also:
OnMouseUp for the parameters description.


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