IWinToolBarClickItemXY Method |
Name | Description | |
---|---|---|
ClickItemXY(Int32, Int32, Int32) |
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
| |
ClickItemXY(String, Int32, Int32) |
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
| |
ClickItemXY(Int32, Int32, Int32, Boolean) |
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
| |
ClickItemXY(String, Int32, Int32, ShiftKey) |
Simulates a click at (X,Y) within the item. The top left corner of the item rectangle is (0,0).
| |
ClickItemXY(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).
|