Click or drag to resize

ImageList.DragMove Method (Typed)

X#
Drag an image list to the specified position.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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