System.Windows.Forms.ToolStripTextBox.CharacterCasing Property

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

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.CharacterCasing.Normal)]
public CharacterCasing CharacterCasing { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the TextBox.CharacterCasing property to change the case of characters as required by your application.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0