Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / IsInputChar Method
Character to check


In This Topic
    IsInputChar Method (FpSpread)
    In This Topic
    Determines whether the specified character is an input character that the component can handle without preprocessing.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsInputChar( _
       ByVal charCode As Char _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim charCode As Char
    Dim value As Boolean
     
    value = instance.IsInputChar(charCode)
    protected override bool IsInputChar( 
       char charCode
    )

    Parameters

    charCode
    Character to check

    Return Value

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