IWinTreeViewSelectItem Method |
Selects the item specified by its path.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SelectItem(
string itemPath
)
Sub SelectItem (
itemPath As String
)
Dim instance As IWinTreeView
Dim itemPath As String
instance.SelectItem(itemPath)
void SelectItem(
String^ itemPath
)
Parameters
- itemPath
- Type: SystemString
The path to the item.
Exceptions See Also