IQtTreeWidgetExpandItem Method (String) |
Expands the specified tree item.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
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 IQtTreeWidget
Dim itemPath As String
instance.ExpandItem(itemPath)
void ExpandItem(
String^ itemPath
)
Parameters
- itemPath
- Type: SystemString
The item's path.
Exceptions See Also