IPropertyGridViewDblClickValue Method (String, ShiftKey) |
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,
ShiftKey shift
)
Sub DblClickValue (
itemName As String,
shift As ShiftKey
)
Dim instance As IPropertyGridView
Dim itemName As String
Dim shift As ShiftKey
instance.DblClickValue(itemName, shift)
void DblClickValue(
String^ itemName,
ShiftKey shift
)
Parameters
- itemName
- Type: SystemString
The item's name. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also