IListBoxSelectItem Method (Int32) |
Selects an item, if it is not selected.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SelectItem(
int itemIndex
)
Sub SelectItem (
itemIndex As Integer
)
Dim instance As IListBox
Dim itemIndex As Integer
instance.SelectItem(itemIndex)
void SelectItem(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
Index of the item.
Exceptions See Also