Spread Windows Forms 12.0 Product Documentation
IsInputKey Method (FpSpread)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : IsInputKey Method
Key to check
Determines whether the specified key is an input key that the component can handle without preprocessing.
Syntax
'Declaration
 
Protected Overrides Function IsInputKey( _
   ByVal keyData As Keys _
) As Boolean
'Usage
 
Dim instance As FpSpread
Dim keyData As Keys
Dim value As Boolean
 
value = instance.IsInputKey(keyData)
protected override bool IsInputKey( 
   Keys keyData
)

Parameters

keyData
Key to check

Return Value

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

For more information, refer to Microsoft .NET IsInputKey topic.

See Also

Reference

FpSpread Class
FpSpread Members
Control.IsInputKey