ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1BulletGraph Class / IsInputChar Method

In This Topic
    IsInputChar Method (C1BulletGraph)
    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