ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / IsInputChar Method

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