Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / CharacterCasing Property

In This Topic
    CharacterCasing Property (C1ComboBox)
    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