ImageList.BeginDrag Method (Typed) | |
Begin a drag operation on an image list.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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