ImageList.DragMove Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DragMove(
Usual oPoint = default
)
Request Example
View SourceParameters
- oPoint (Optional)
- Type: Usual
The point to which to drag the image list.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also