The members of this enumeration specify what action is triggered by the +/- buttons that are displayed near expandable nodes.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum ExpandButtonAction |
Members| Member name | Description | |
|---|---|---|
![]() |
ExpandTreeBranch |
Expands or collapses the children of a node in a tree-like diagram and raises the treeExpanded or treeCollapsed event. |
![]() |
RaiseEvents |
Raises the expandButtonClicked event. |
See Also