Search
PaletteCategory.setExpanded Method
See Also
 

Sets a value indicating whether the category is expanded.

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

 Syntax

Java  Copy Code

public void setExpanded (
    boolean expanded
)

 Parameters

expanded

true if the category is expanded; otherwise, false.

 See Also