Field AlwaysValidChars
Gets or sets array of characters that are always valid and allowed in the input. By default it equals [127] (Delete key is allowed).
public static char[] AlwaysValidChars
Returns
- char[]
- Gets or sets array of characters that are always valid and allowed in the input. By default it equals [127] (Delete key is allowed).