Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / IsInputCharBase Method


In This Topic
    IsInputCharBase Method
    In This Topic
    Internal only
    Syntax
    'Declaration
     
    
    Protected Function IsInputCharBase( _
       ByVal charCode As Char _
    ) As Boolean
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim charCode As Char
    Dim value As Boolean
     
    value = instance.IsInputCharBase(charCode)
    protected bool IsInputCharBase( 
       char charCode
    )

    Parameters

    charCode
    See Also