Click or drag to resize

ImageList.BeginDrag Method

X#
Begin a drag operation on an image list.

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

Parameters

nIndex (Optional)
Type: Usual
The image list index of the image to be dragged. If omitted, the first image in the image list is used.

Return Value

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