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

In This Topic
    CaseSensitive Property (MaskInfo)
    In This Topic
    True if comparison with mask literals is case-sensitive; otherwise, False.
    Syntax
    'Declaration
     
    Public Property CaseSensitive As Boolean
    public bool CaseSensitive {get; set;}
    See Also