[]
        
(Showing Draft Content)

C1.Framework.XViewHost.IsInputKey

IsInputKey Method

IsInputKey(Keys)

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

Declaration
protected override bool IsInputKey(Keys keyData)
Parameters
Type Name Description
Keys keyData
Returns
Type Description
bool
Overrides