IWinListViewClickItemRXY Method |
| Name | Description | |
|---|---|---|
| ClickItemRXY(Int32, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
| |
| ClickItemRXY(Int32, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
| |
| ClickItemRXY(String, Int32, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
| |
| ClickItemRXY(String, String, Int32, Int32) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
| |
| ClickItemRXY(Int32, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
| |
| ClickItemRXY(Int32, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
| |
| ClickItemRXY(String, Int32, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
| |
| ClickItemRXY(String, String, Int32, Int32, ShiftKey) |
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|