MouseAction::ReleaseMouse Method (DiagramClientView^)
Visual Studio 2015
Alerts listeners that the user has released the mouse button.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- diagramClientView
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The client view for the diagram.
Calls to CaptureMouse can be nested. The capture is only released on the outermost ReleaseMouse.
Show: