Skip to main content

BaseEdit.SendKey(Object, KeyPressEventArgs) Method

Sends the specified message to the active editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void SendKey(
    object message,
    KeyPressEventArgs e
)

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