[]
Sets the tree node to the collapsed state.
public void Collapse(bool allChildrens = false)
Public Sub Collapse(Optional allChildrens As Boolean = False)
| Type | Name | Description |
|---|---|---|
| bool | allChildrens | If true then sets all child nodes to the collapsed state. |