ITreeViewExpandItem Method |
Expands the specified tree view item.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ExpandItem(
string itemPath
)
Sub ExpandItem (
itemPath As String
)
Dim instance As ITreeView
Dim itemPath As String
instance.ExpandItem(itemPath)
void ExpandItem(
String^ itemPath
)
Parameters
- itemPath
- Type: SystemString
The item path.
Exceptions See Also