Click or drag to resize

IWinToolBarClickItemXY Method

Overload List
  NameDescription
Public methodClickItemXY(Int32, Int32, Int32)
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
Public methodClickItemXY(String, Int32, Int32)
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
Public methodClickItemXY(Int32, Int32, Int32, Boolean)
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
Public methodClickItemXY(String, Int32, Int32, ShiftKey)
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
Public methodClickItemXY(Int32, Int32, Int32, Boolean, ShiftKey)
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
Top
See Also