IPropertyGridViewDblClickLabel Method (String) |
Simulates a double-click on the specified item's label.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickLabel(
string itemName
)
Sub DblClickLabel (
itemName As String
)
Dim instance As IPropertyGridView
Dim itemName As String
instance.DblClickLabel(itemName)
void DblClickLabel(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
The item's name.
Exceptions See Also