The IXMouseController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | LastMouseEventHandled |
Returns trueTruetruetrue (True in Visual Basic) whether the last event was handled by the controller.
|