Click or drag to resize

IWinListViewDblClickItemXY Method

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