ImageList.DragMove Method (Typed) | |
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
[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