MouseAction::Activate Method (DiagramClientView^)

 

Activates 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)

public:
void Activate(
	DiagramClientView^ diagramClientView
)

Parameters

diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The client view for the diagram.

This method is called by the DiagramClientView to activate this MouseAction. Typically you should not need to call this method directly. Instead, set the DiagramClientView's ActiveMouseAction property to the MouseAction you want to activate.

Return to top
Show: