ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1DropDownControl Class / CharacterCasing Property

In This Topic
    CharacterCasing Property (C1DropDownControl)
    In This Topic
    Gets or sets whether the drop down control modifies the case of characters as they are typed.
    Syntax
    'Declaration
     
    
    Public Property CharacterCasing As CharacterCasing
    public CharacterCasing CharacterCasing {get; set;}
    See Also