System.Windows.Forms.CharacterCasing Enumeration

Specifies the case of characters in a System.Windows.Forms.TextBox control.

Syntax

public enum CharacterCasing

Remarks

Use the members of this enumeration to set the value of the TextBox.CharacterCasing property of the System.Windows.Forms.TextBox control.

Members

Member NameDescription
Lower

Converts all characters to lowercase.

Normal

The case of characters is left unchanged.

Upper

Converts all characters to uppercase.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0