ComponentOne MultiSelect for WinForms
C1.Win.Input.Validation Namespace / CustomPlaceholder Class / CaseSensitive Property

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