Imagelist.dragEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.