Click or drag to resize

TabControl.Move Method

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:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Move(
	oMoveEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oMoveEvent (Optional)
Type: Usual
The MoveEvent object that describes the window movement.

Return Value

Type: Usual
See Also