DiagramView::ActiveMouseAction Property
Visual Studio 2015
Gets or sets the active mouse action for this DiagramView.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property MouseAction^ ActiveMouseAction { MouseAction^ get(); void set(MouseAction^ value); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::MouseAction^A mouse action is a modal mouse operation such as the connector tool or the zoom tool. To install a mouse action, set this property to a MouseAction derived class. The mouse action will automatically be activated. To uninstall a mouse action, either allow the mouse action to run its course or explicitly set this property to null or to another mouse action. If the current mouse action is still active when this property is set, then the current mouse action is automatically canceled.
Show: