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