MouseAction.ReleaseMouse(DiagramClientView) Method

Definition

Releases the mouse capture.

protected:
 void ReleaseMouse(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
protected void ReleaseMouse (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
member this.ReleaseMouse : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> unit
Protected Sub ReleaseMouse (diagramClientView As DiagramClientView)

Parameters

diagramClientView
DiagramClientView

The DiagramClientView attempting to release the mouse.

Remarks

Calls to CaptureMouse can be nested. The capture is only released on the outermost ReleaseMouse.

Applies to