MouseAction.ReleaseMouse(DiagramClientView) 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.
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.