CharacterCasing
Wisej.Web.CharacterCasing
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the case of the text that a control should enforce.
public enum CharacterCasing : Enum
Fields
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
Returns or sets the case of the text to display to the user.
Returns or sets whether the ComboBox control modifies the case of characters as they are typed.
Returns or sets the case of the text to display to the user.
Returns or sets whether the MaskedTextBox control modifies the case of characters as they are typed.
Returns or sets the case of the text to display to the user.
Returns or sets whether the TextBox control modifies the case of characters as they are typed.
Returns or sets whether the cell editor modifies the case of characters as they are typed.
Returns or sets whether the cell editor modifies the case of characters as they are typed.
Returns or sets whether the cell editor modifies the case of characters as they are typed.
Returns or sets whether the cell editor modifies the case of characters as they are typed.
Returns or sets the case of the text to display to the user.
Returns or sets the case of the text to display to the user.
Sets the CharacterCasing property of the specified ButtonBase.
Sets the CharacterCasing property of the specified TabPage.
Sets the CharacterCasing property of the specified Label.
Sets the character casing for the specified TextBox.
Sets the CharacterCasing property of the specified ComboBox.
Last updated
Was this helpful?