Click or drag to resize

IWinListViewClickItemRXY Method

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