[]
        
(Showing Draft Content)

C1.Framework.Element.IsInputKey

IsInputKey Method

IsInputKey(Keys)

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

Declaration
public virtual bool IsInputKey(Keys keyData)
Parameters
Type Name Description
Keys keyData

Key that was pressed and needs to be checked.

Returns
Type Description
bool

true if the specified key is a regular input key; otherwise, false.