MaskedTextProvider.AsciiOnly 属性

定义

获取一个值,指示掩码是否接受 ASCII 字符集之外的字符。

public:
 property bool AsciiOnly { bool get(); };
public bool AsciiOnly { get; }
member this.AsciiOnly : bool
Public ReadOnly Property AsciiOnly As Boolean

属性值

如果仅接受 ASCII,则为 true;如果 MaskedTextProvider 可接受任意 Unicode 字符,则为 false。 默认值为 false

注解

属性 AsciiOnly 的值在构造函数中 MaskedTextProvider 设置。

如果 true为 , AsciiOnly 则将用户输入限制为 ASCII 字符集。

适用于

另请参阅