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

In This Topic
    CaseSensitive Property (C1TextBox)
    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