_IMcViewEvents_EventMouseMove Event

The user is moving the mouse over the viewer client window

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Event MouseMove As _IMcViewEvents_MouseMoveEventHandler

Value

Type: MediaCy.IQL.Display.Viewer_IMcViewEvents_MouseMoveEventHandler
Remarks
If the AutoScrollMethod property is enabled, any mouse button is pressed, and the mouse is within AutoScrollThreshold screen pixels from the client window edge, then the viewer will autoscroll before forwarding this event to it's clients.
See Also