CharacterCasing

Wisej.Web.CharacterCasing

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Specifies the case of characters in a TextBox, MaskedTextBox, or a ComboBox control.

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 whether the ComboBox control modifies the case of characters as they are typed.

Returns or sets whether the MaskedTextBox control modifies the case of characters as they are typed.

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.

Last updated