Expand(TreeNode, bool) Method
Sets whether or not the tree node should be expanded.
public static TreeNode Expand(this TreeNode node, bool expand)
- Namespace
- Spectre
.Console - Containing Type
- TreeNodeExtensions
Parameters
- TreeNode node
- The tree node.
- bool expand
- Whether or not the tree node should be expanded.