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

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