[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.IsInputChar

IsInputChar Method

IsInputChar(char)

Determines whether the specified character is an input character that the component can handle without preprocessing.

Declaration
protected override bool IsInputChar(char charCode)
Protected Overrides Function IsInputChar(charCode As Char) As Boolean
Parameters
Type Name Description
char charCode

Character to check

Returns
Type Description
bool

true if the character can be handled by the component without preprocessing; false otherwise

Overrides