IPropertyGridViewDblClickLabelR Method (String, ShiftKey) |
Simulates a double right 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 DblClickLabelR(
string itemName,
ShiftKey shift
)
Sub DblClickLabelR (
itemName As String,
shift As ShiftKey
)
Dim instance As IPropertyGridView
Dim itemName As String
Dim shift As ShiftKey
instance.DblClickLabelR(itemName, shift)
void DblClickLabelR(
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