ImageList.BeginDrag Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual BeginDrag(
Usual nIndex = default
)
Request Example
View SourceParameters
- 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