[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBar.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)
Protected Overrides Function IsInputKey(keyData As Keys) As Boolean
Parameters
Type Name Description
Keys keyData

One of the Keys values

Returns
Type Description
bool

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

Overrides