DroidDiagram Programmer's Guide
ContainerNode.setAllowRemoveChildren Method
See Also
 






Sets a value indicating whether child nodes can be removed interactively from this container.

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

 Syntax

Java  Copy Code

public void setAllowRemoveChildren (
    boolean value
)

 Parameters

value

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

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
getAllowRemoveChildren Method
setAllowAddChildren Method