[]
        
(Showing Draft Content)

FarPoint.Win.ControlBase.IsInputKey

IsInputKey Method

IsInputKey(Keys)

Determines whether the specified key is an input key that the control can handle without 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

true if the key can be handled by the control without preprocessing; false otherwise

Overrides