Click or drag to resize

ImageList.DragMove Method

X#
Drag an image list to the specified position.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DragMove(
	oPoint
) AS USUAL CLIPPER
Request Example View Source

Parameters

oPoint (Optional)
Type: Usual
The point to which to drag the image list.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also