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