TreeViewTester.SelectNode Method
Selects a node in the tree.
[Visual Basic]Public Sub SelectNode( _
ParamArray
indices As
Integer() _
)
[C#]public
void SelectNode(
params
int[] indices);
Parameters
- indices
- an array of the indexes of the node to select
See Also
TreeViewTester Class | NUnit.Extensions.Forms Namespace