FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / IsInputChar Method
The character to test.

In This Topic
    IsInputChar Method (C1FlexGrid)
    In This Topic
    Determines if a character is an input character that the control recognizes.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsInputChar( _
       ByVal charCode As Char _
    ) As Boolean
    protected virtual bool IsInputChar( 
       char charCode
    )

    Parameters

    charCode
    The character to test.

    Return Value

    True if the character should be sent directly to the control and not preprocessed, False otherwise.
    See Also