Click or drag to resize

TabControl.Move Method (Typed)

X#
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
Request Example View Source

Parameters

oMoveEvent
Type: MoveEvent
The MoveEvent object that describes the window movement.
See Also