MindFusion.Java Package Programmer's Guide
ContainerNode.getFolded Method
See Also
 






Gets a value indicating whether this container is folded.

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

 Syntax

Java  Copy Code

public boolean getFolded ()

 Return Value

true if the container is folded; otherwise, false. The default is false.

 Remarks

When folded, the container children are not visible, and only its caption bar is displayed.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
setFolded Method
getFoldable Method
getFoldedSize Method