ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / IsInputChar Method

In This Topic
    IsInputChar Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function IsInputChar( _
       ByVal charCode As Char _
    ) As Boolean
    protected virtual bool IsInputChar( 
       char charCode
    )

    Parameters

    charCode
    See Also