MouseAction::CaptureMouse Method (DiagramClientView^)

 

Gets the mouse action.

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

protected:
void CaptureMouse(
	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: