MouseAction::ReleaseMouse Method (DiagramClientView^)

 

Alerts listeners that the user has released the mouse button.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
void ReleaseMouse(
	DiagramClientView^ diagramClientView
)

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.

Return to top
Show: