BaseEdit.SendKey(Object, KeyPressEventArgs) Method
In This Article
Sends the specified message to the active editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.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 | Key |
A Key |
#Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also