for (i = 0; i < arbol.Nodes.Count; i++) { if (arbol.Nodes[i].ChildNodes.Count != 0) arbol.Nodes[i].SelectAction = TreeNodeSelectAction.None; }