IDevExpressXtraPopupMenuDblClick Method (Int32, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a double-click.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void DblClick(
int itemIndex,
ShiftKey shift
)
Sub DblClick (
itemIndex As Integer,
shift As ShiftKey
)
Dim instance As IDevExpressXtraPopupMenu
Dim itemIndex As Integer
Dim shift As ShiftKey
instance.DblClick(itemIndex, shift)
void DblClick(
int itemIndex,
ShiftKey shift
)
Parameters
- itemIndex
- Type: SystemInt32
Index of the item. - shift
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also