TextEdit.IsNeededCursorKey(Keys) Method
Returns a value indicating whether a particular key will be processed by the editor or passed to its container.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
keyData | Keys | A Keys enumeration value which specifies the key to process. |
Returns
Type | Description |
---|---|
Boolean | true if the pressed key will be processed by the editor; otherwise, false. |
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See Also