Back to Devexpress

RepositoryItem.IsActivateKey(Keys) Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-dot-isactivatekey-x28-system-dot-windows-dot-forms-dot-keys-x29.md

latest1.7 KB
Original Source

RepositoryItem.IsActivateKey(Keys) Method

Indicates whether a particular key can activate the editor used as an inplace control.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual bool IsActivateKey(
    Keys keyData
)
vb
Public Overridable Function IsActivateKey(
    keyData As Keys
) As Boolean

Parameters

NameTypeDescription
keyDataKeys

A System.Windows.Forms.Keys enumeration value (or a bitwise combination) specifying the key combination to process.

|

Returns

TypeDescription
Boolean

true if the key can activate the editor; otherwise, false.

|

Remarks

This method is used by container controls when editors are used inplace. You will have no need to use it in your applications.

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace