Control.Move Method | |
Provide a method that is invoked when the control has focus and the control is moved (either by the user or by the application).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Move(
oMoveEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Move(
Usual oMoveEvent = default
)
Request Example
View SourceParameters
- oMoveEvent (Optional)
- Type: Usual
The MoveEvent object that describes the window movement.
Return Value
Type:
UsualSee Also