InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / IsInputChar Method

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

    Parameters

    charCode
    See Also