ConnectAction Constructor (Diagram^, Boolean)

 

Initializes a new instance of the ConnectAction class

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

protected:
ConnectAction(
	Diagram^ diagram,
	bool permitClick
)

Parameters

diagram
Type: Microsoft.VisualStudio.Modeling.Diagrams::Diagram^

Diagram that this mouse action belongs to

permitClick
Type: System::Boolean

true if click-connect capability should be enabled.

Return to top
Show: