Control.Move Method (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Move(
oMoveEvent AS MoveEvent
) AS VOID
public virtual void Move(
MoveEvent oMoveEvent
)
Request Example
View SourceParameters
- oMoveEvent
- Type: MoveEvent
The MoveEvent object that describes the window movement.
See Also