ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / CaseSensitive Property

In This Topic
    CaseSensitive Property (C1TextBox)
    In This Topic
    True if string comparisons are case-sensitive; otherwise, False. Default: False
    Syntax
    'Declaration
     
    Public Property CaseSensitive As Boolean
    public bool CaseSensitive {get; set;}
    See Also