ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / CaseSensitive Property

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