Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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