ListBoxTester.SetSelected Method (Int32, Boolean)
Sets the selected property of an item at an index.
[Visual Basic]Overloads Public Sub SetSelected( _
ByVal
index As
Integer, _
ByVal
value As
Boolean _
)
Parameters
- index
- the index to select (or clear)
- value
- true if you want to select, false to clear.
See Also
ListBoxTester Class | NUnit.Extensions.Forms Namespace | ListBoxTester.SetSelected Overload List