BaseEdit.SendKey(Object, KeyPressEventArgs) Method
Sends the specified message to the active editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| message | Object | A Message to be sent. |
| e | KeyPressEventArgs | A KeyPressEventArgs object that will be passed to the editor’s KeyPress event. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also