The IXMouseController type exposes the following members.

Methods

  NameDescription
OnMouseDown
The method is called by the agent on pressing the mouse button.
OnMouseMove
The method is called by the agent on the mouse move.
OnMouseUp
The method is called by the agent on releasing the mouse button.
OnMouseWheel
The method is called by the agent on rolling the mouse wheel.

Properties

  NameDescription
LastMouseEventHandled
Returns trueTruetruetrue (True in Visual Basic) whether the last event was handled by the controller.

See Also