Click or drag to resize

ImageList.DragEnter Method

X#
Starts a drag-and-drop operation at the given position in the given window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DragEnter(
	oPoint,
	oWindow
) AS USUAL CLIPPER
Request Example View Source

Parameters

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