NUnitForms Class Library

ComboBoxTester.Select Method (Int32)

Selects an entry in the ComboBox according to its index.

[Visual Basic]
Overloads Public Sub Select( _
   ByVal i As Integer _
)
[C#]
public void Select(
   int i
);

Parameters

i
The index of the ComboBox entry to select.

Remarks

Sets the SelectedIndex property on the underlying control.

See Also

ComboBoxTester Class | NUnit.Extensions.Forms Namespace | ComboBoxTester.Select Overload List