Share via


Imagelist.dragEnd Method

Definition

Ends a drag operation.

public:
 virtual bool dragEnd();
public virtual bool dragEnd ();
abstract member dragEnd : unit -> bool
override this.dragEnd : unit -> bool
Public Overridable Function dragEnd () As Boolean

Returns

1 if the method is successful; otherwise, 0.

Remarks

The rest of the drag operation is specified by the dragBegin, dragEnter, dragMove, and dragLeave methods.

Applies to