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

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