[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.MultiColumnEditor.IsInputKey

IsInputKey Method

IsInputKey(Keys)

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

Declaration
protected override bool IsInputKey(Keys keyData)
Protected Overrides Function IsInputKey(keyData As Keys) As Boolean
Parameters
Type Name Description
Keys keyData

Key to check

Returns
Type Description
bool

Boolean: true if the character can be sent directly and not preprocessed; false otherwise

Overrides