Back to Devexpress

TextEdit.IsNeededCursorKey(Keys) Method

windowsforms-devexpress-dot-xtraeditors-dot-textedit-dot-isneededcursorkey-x28-system-dot-windows-dot-forms-dot-keys-x29.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool IsNeededCursorKey(
    Keys keyData
)
vb
<Browsable(False)>
Public Overridable Function IsNeededCursorKey(
    keyData As Keys
) As Boolean

Parameters

NameTypeDescription
keyDataKeys

A Keys enumeration value which specifies the key to process.

|

Returns

TypeDescription
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

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace