Live Chat Icon For mobile
Live Chat Icon

How do I make my textbox use all upper (or lower) case characters

Platform: WinForms| Category: TextBox

Use the CharacterCasing property of the TextBox.

textBox1.CharacterCasing = CharacterCasing.Upper;
// textBox1.CharacterCasing = CharacterCasing.Lower;

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.