ToolStripTextBox::CharacterCasing Property
.NET Framework (current version)
Gets or sets whether the ToolStripTextBox control modifies the case of characters as they are typed.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property CharacterCasing CharacterCasing { CharacterCasing get(); void set(CharacterCasing value); }
Property Value
Type: System.Windows.Forms::CharacterCasingOne of the CharacterCasing values. The default is Normal.
You can use the CharacterCasing property to change the case of characters as required by your application.
The following code example demonstrates the syntax for setting various ToolStripTextBox common property settings, including the CharacterCasing property .
.NET Framework
Available since 2.0
Available since 2.0
Show: