IToolBar.ClickItemRXY Method |
Name | Description | |
---|---|---|
![]() | ClickItemRXY(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).
|
![]() | ClickItemRXY(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).
|
![]() | ClickItemRXY(Int32, 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).
|
![]() | ClickItemRXY(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).
|