Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / CaseSensitive Property

In This Topic
    CaseSensitive Property (C1TextBoxBase)
    In This Topic
    Gets or sets a value indicating whether string comparisons are case-sensitive.
    Syntax
    'Declaration
     
    
    Public Property CaseSensitive As Boolean
    public bool CaseSensitive {get; set;}
    See Also