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 ReadOnly Property AsciiOnly As Boolean
Get
abstract AsciiOnly : bool with get
Property Value
Type:
Booleantrue if only ASCII characters are accepted; otherwise,
false.
See Also