IListBoxMultiSelect Method (IEnumerableInt32) |
Selects several items.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void MultiSelect(
IEnumerable<int> items
)
Sub MultiSelect (
items As IEnumerable(Of Integer)
)
Dim instance As IListBox
Dim items As IEnumerable(Of Integer)
instance.MultiSelect(items)
void MultiSelect(
IEnumerable<int>^ items
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableInt32
An array of items. Each item must be specified by its index, from 0.
Exceptions See Also