Click or drag to resize

IWinListViewClickItemXY Method

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