CharacterCasing

Wisej.Web.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

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

NameDescription

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.

Last updated