ToolStripTextBox::CharacterCasing Property

 

Gets or sets whether the ToolStripTextBox control modifies the case of characters as they are typed.

Namespace:   System.Windows.Forms
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::CharacterCasing

One 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 .

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: