HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

CollapseStyleEnum Enumeration

Used with the Collapse method.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum CollapseStyleEnum;
Public Enum CollapseStyleEnum

Values

NameDescription
AllCollapse this item and all its dependents.
SaveCurrentCollapse this item and all its dependents, saving the current state so it can later be restored using ItemClass.Expand(ExpandStyleEnum.RestoreLast).

Comments

Used with the Collapse method.

See Also | Classes | SftTree/NET 3.0