ASP.NET Pack Programmer's Guide
DiagramNode.setAllowIncomingLinks Method
See Also
 





Sets a value indicating whether users are allowed to draw incoming link-s to this node.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function setAllowIncomingLinks (value)

 Parameters

value

true to let users draw incoming links to this node; otherwise, false. The default is true.

 Remarks

Links from a node can be created programmatically regardless of the value of this property.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace