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

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