Collapses the System.Windows.Forms.TreeNode and optionally collapses its children.
ignoreChildren true to leave the child nodes in their current state; false to collapse the child nodes.
Use the TreeNode.Collapse(bool) method, passing true, when you want to collapse a node but leave its child nodes in their expanded state.