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

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