Back to Devexpress

BaseEdit.SendKey(Object, KeyPressEventArgs) Method

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-dot-sendkey-x28-system-dot-object-system-dot-windows-dot-forms-dot-keypresseventargs-x29.md

latest1.6 KB
Original Source

BaseEdit.SendKey(Object, KeyPressEventArgs) Method

Sends the specified message to the active editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void SendKey(
    object message,
    KeyPressEventArgs e
)
vb
Public Overridable Sub SendKey(
    message As Object,
    e As KeyPressEventArgs
)

Parameters

NameTypeDescription
messageObject

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

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace