Table of Contents

Field AlwaysValidChars

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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).