Click or drag to resize

IWinToolBarClickItemRXY Method

Overload List
  NameDescription
Public methodClickItemRXY(Int32, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
Public methodClickItemRXY(String, Int32, Int32)
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
Public methodClickItemRXY(Int32, Int32, Int32, Boolean)
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
Public methodClickItemRXY(String, Int32, Int32, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
Public methodClickItemRXY(Int32, Int32, Int32, Boolean, ShiftKey)
Simulates a double-click of the right mouse button at position (X, Y) inside item. The top-left coordinate of the item rectangle is (0,0).
Top
See Also