DroidDiagram Programmer's Guide
ContainerNode.getAllowRemoveChildren Method
See Also
 






Gets 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 boolean getAllowRemoveChildren ()

 Return Value

true if users are allowed to remove child nodes from this container; otherwise, false.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
setAllowRemoveChildren Method
getAllowAddChildren Method