Click or drag to resize

FixedMaskedTextProviderIHandlerAsciiOnly Property

Gets a value indicating whether the input only accepts ascii characters A-Z or a-z.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool AsciiOnly { get; }

Property Value

Type: Boolean
true if only ASCII characters are accepted; otherwise, false.
See Also