Click or drag to resize

Control.MouseMove Method

X#
Provide a method that is invoked when the control has focus and the mouse is moved in the control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MouseMove(
	oMouseEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oMouseEvent (Optional)
Type: Usual
The MouseEvent object containing information on the location of the mouse when it was moved.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
Remarks
This event occurs when the mouse is moved with no mouse buttons clicked.
See Also