IDevExpressXtraPopupMenuClickM Method (Int32) |
Moves the mouse cursor to the specified item and then simulates a middle 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 ClickM(
int itemIndex
)
Sub ClickM (
itemIndex As Integer
)
Dim instance As IDevExpressXtraPopupMenu
Dim itemIndex As Integer
instance.ClickM(itemIndex)
void ClickM(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
Index of the item.
Exceptions See Also