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