ImageList.DragEnter Method (Typed) | |
Starts a drag-and-drop operation at the given position in the given window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DragEnter(
oPoint,
oWindow
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DragEnter(
Usual oPoint = default,
Usual oWindow = default
)
Request Example
View SourceParameters
- oPoint (Optional)
- Type: Usual
** missing parameter documentation ** - oWindow (Optional)
- Type: Usual
** missing parameter documentation **
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also