CollapseWhenDisabled Property (TreeView)
In This Topic
Gets or sets a value that determines whether nodes should be collapsed when they are disabled.
Syntax
'Declaration
Public Property CollapseWhenDisabled As Boolean
public bool CollapseWhenDisabled {get; set;}
See Also