Search
ContainerNode.setAllowAddChildren Method
See Also
 

Sets a value indicating whether child nodes can be added interactively to this container.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setAllowAddChildren (
    boolean value
)

 Parameters

value

true to allow adding child nodes, otherwise false. The default value is true.

 See Also