Click or drag to resize

IDevExpressXtraPopupMenuDblClickMXY Method

Overload List
  NameDescription
Public methodDblClickMXY(Int32, Int32, Int32)
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
Public methodDblClickMXY(String, Int32, Int32)
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
Public methodDblClickMXY(Int32, Int32, Int32, ShiftKey)
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
Public methodDblClickMXY(String, Int32, Int32, ShiftKey)
Simulates a double click of the middle mouse button at (X,Y) inside Item specified by index, from 0, or by name, with shift keys in the state specified by Shift. The top-left coordinate of the item rectangle is (0,0).
Top
See Also