MaskedTextProvider::AsciiOnly Property
.NET Framework (current version)
Gets a value indicating whether the mask accepts characters outside of the ASCII character set.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if only ASCII is accepted; false if MaskedTextProvider can accept any arbitrary Unicode character. The default is false.
The AsciiOnly property's value is set in the MaskedTextProvider constructor.
If true, AsciiOnly restricts user input to the ASCII character set.
.NET Framework
Available since 2.0
Available since 2.0
Show: