ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / CharacterCasing Property

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