Skip to main content
Version: 3.5

CharacterCasing

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the case of the text that a control should enforce.

public enum CharacterCasing : Enum

Fields

NameDescription
CapitalizeConverts the first character of each word to uppercase.
LowerConverts all characters to lowercase.
NormalThe case of characters is left unchanged.
UpperConverts all characters to uppercase.

Used By

NameDescription
ButtonBase.CharacterCasingReturns or sets the case of the text to display to the user.
ComboBox.CharacterCasingReturns or sets whether the ComboBox control modifies the case of characters as they are typed.
Label.CharacterCasingReturns or sets the case of the text to display to the user.
MaskedTextBox.CharacterCasingReturns or sets whether the MaskedTextBox control modifies the case of characters as they are typed.
TabPage.CharacterCasingReturns or sets the case of the text to display to the user.
TextBox.CharacterCasingReturns or sets whether the TextBox control modifies the case of characters as they are typed.
DataGridViewComboBoxCell.CharacterCasingReturns or sets whether the cell editor modifies the case of characters as they are typed.
DataGridViewComboBoxColumn.CharacterCasingReturns or sets whether the cell editor modifies the case of characters as they are typed.
DataGridViewTextBoxCell.CharacterCasingReturns or sets whether the cell editor modifies the case of characters as they are typed.
DataGridViewTextBoxColumn.CharacterCasingReturns or sets whether the cell editor modifies the case of characters as they are typed.
LabelWrapper.CharacterCasingReturns or sets the case of the text to display to the user.
MenuItem.CharacterCasingReturns or sets the case of the text to display to the user.