Click or drag to resize

IToolBarDblClickItemXY Method

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