CharacterCasing
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the case of the text that a control should enforce.
- C#
- VB.NET
public enum CharacterCasing : Enum
Public Enum CharacterCasing As [Enum]
Fields
| Name | Description |
|---|---|
| Capitalize | Converts the first character of each word to uppercase. |
| Lower | Converts all characters to lowercase. |
| Normal | The case of characters is left unchanged. |
| Upper | Converts all characters to uppercase. |
Used By
| Name | Description |
|---|---|
| ButtonBase.CharacterCasing | Returns or sets the case of the text to display to the user. |
| ComboBox.CharacterCasing | Returns or sets whether the ComboBox control modifies the case of characters as they are typed. |
| Label.CharacterCasing | Returns or sets the case of the text to display to the user. |
| MaskedTextBox.CharacterCasing | Returns or sets whether the MaskedTextBox control modifies the case of characters as they are typed. |
| TabPage.CharacterCasing | Returns or sets the case of the text to display to the user. |
| TextBox.CharacterCasing | Returns or sets whether the TextBox control modifies the case of characters as they are typed. |
| DataGridViewComboBoxCell.CharacterCasing | Returns or sets whether the cell editor modifies the case of characters as they are typed. |
| DataGridViewComboBoxColumn.CharacterCasing | Returns or sets whether the cell editor modifies the case of characters as they are typed. |
| DataGridViewTextBoxCell.CharacterCasing | Returns or sets whether the cell editor modifies the case of characters as they are typed. |
| DataGridViewTextBoxColumn.CharacterCasing | Returns or sets whether the cell editor modifies the case of characters as they are typed. |
| LabelWrapper.CharacterCasing | Returns or sets the case of the text to display to the user. |
| MenuItem.CharacterCasing | Returns or sets the case of the text to display to the user. |