ConnectAction(Diagram, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ConnectAction class
protected:
ConnectAction(Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ diagram, bool permitClick);
protected ConnectAction (Microsoft.VisualStudio.Modeling.Diagrams.Diagram diagram, bool permitClick);
new Microsoft.VisualStudio.Modeling.Diagrams.ConnectAction : Microsoft.VisualStudio.Modeling.Diagrams.Diagram * bool -> Microsoft.VisualStudio.Modeling.Diagrams.ConnectAction
Protected Sub New (diagram As Diagram, permitClick As Boolean)
Parameters
- diagram
- Diagram
Diagram that this mouse action belongs to
- permitClick
- Boolean
true if click-connect capability should be enabled.