IListBoxSelectItem Method (String) |
Selects an item, if it's 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(
string itemName
)
Sub SelectItem (
itemName As String
)
Dim instance As IListBox
Dim itemName As String
instance.SelectItem(itemName)
void SelectItem(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
Name of the item.
Exceptions See Also