Window.MouseDrag Method | |
Provide a method that is invoked when a mouse with one or more buttons clicked is moved in the window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD MouseDrag(
oMouseEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual MouseDrag(
Usual oMouseEvent = default
)
Request Example
View SourceParameters
- oMouseEvent (Optional)
- Type: Usual
The MouseEvent object containing information on the location and state of the buttons when the mouse was dragged.
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
This method moves the drag imagelist to the new position.
See Also