Removes a node from the TreeView by node.
Note:This variation of the RemoveNode function does linear lookup which can greatly affect performance. You should always code your logic so the need for this linear lookup is minimum or none.
TreeView Control