Called by an outside party to finish a drag operation. This can only be called after a successful call to beginDrag.
[Visual Basic] Sub EndDrag( _ ByVal cancel As Boolean _ ) [C#] void EndDrag( bool cancel ); [C++] void EndDrag( bool cancel ) = 0; [JScript] function EndDrag( cancel : Boolean );
ISelectionUIService Interface | ISelectionUIService Members | System.WinForms.Design Namespace