BaseEdit.SendMouse(Point, MouseButtons) Method
Raises the RepositoryItem.MouseDown event.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
position | Point | A Point structure specifying the mouse pointer coordinates. |
button | MouseButtons | A bitwise combination of MouseButtons enumeration values specifying the pressed mouse buttons. |
Remarks
This method supports the internal editor library’s infrastructure and you will have no need to use it in your applications.
See Also