Window.MouseMove Method | |
Provide a method that is invoked when the mouse is moved in the window.
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:
UsualThis method calls Window.Default() and returns the result of Window.Default()
Remarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
This event occurs when the mouse is moved with no mouse buttons clicked.
See Also