Control.MouseMove Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual MouseMove(
Usual oMouseEvent = default
)
Request Example
View SourceParameters
- oMouseEvent (Optional)
- Type: Usual
The MouseEvent object containing information on the location of the mouse when it was moved.
Return Value
Type:
UsualRemarks 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