IDevExpressXtraPopupMenuClickXY Method |
Name | Description | |
---|---|---|
ClickXY(Int32, Int32, Int32) |
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
| |
ClickXY(String, Int32, Int32) |
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
| |
ClickXY(Int32, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
| |
ClickXY(String, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) inside Item specified by index from 0 or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
|