Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool IsActivateKey(
    Keys keyData
)

Parameters

Name Type Description
keyData Keys

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

Returns

Type Description
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