IDevExpressXtraPopupMenuDblClickM Method (String) |
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClickM(
string itemName
)
Sub DblClickM (
itemName As String
)
Dim instance As IDevExpressXtraPopupMenu
Dim itemName As String
instance.DblClickM(itemName)
void DblClickM(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
Name of the item.
Exceptions See Also