Search
DiagramNode.SetExpandable Method
See Also
 





Internally sets the expandable state of this object to the specified value, adding or removing an Expander manipulator object if necessary.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void SetExpandable (
    bool exp
)

Visual Basic  Copy Code

Protected Sub SetExpandable( _
    exp As Boolean _
)

 Parameters

exp
true if a collapse/expand button should be added to this node; otherwise, false.

 See Also