Click or drag to resize

IWinListViewDblClickItemRXY Method

Overload List
  NameDescription
Public methodDblClickItemRXY(Int32, Int32, Int32, Int32)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
Public methodDblClickItemRXY(Int32, String, Int32, Int32)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
Public methodDblClickItemRXY(String, Int32, Int32, Int32)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
Public methodDblClickItemRXY(String, String, Int32, Int32)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
Public methodDblClickItemRXY(Int32, Int32, Int32, Int32, ShiftKey)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
Public methodDblClickItemRXY(Int32, String, Int32, Int32, ShiftKey)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
Public methodDblClickItemRXY(String, Int32, Int32, Int32, ShiftKey)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
Public methodDblClickItemRXY(String, String, Int32, Int32, ShiftKey)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
Top
See Also