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. |
OnClick | ( | [in] IDispatch * | Sender | ) |
This event occurs when the user clicks on the icon.
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.
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.