MaskedTextProvider.AsciiOnly Propriedade

Definição

Obtém um valor que indica se a máscara aceita caracteres fora do conjunto de caracteres ASCII.Gets a value indicating whether the mask accepts characters outside of the ASCII character set.

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

Valor da propriedade

Boolean

true se apenas ASCII for aceito; false se o MaskedTextProvider puder aceitar qualquer caractere Unicode arbitrário.true if only ASCII is accepted; false if MaskedTextProvider can accept any arbitrary Unicode character. O padrão é false.The default is false.

Comentários

O AsciiOnly valor da propriedade é definido no MaskedTextProvider Construtor.The AsciiOnly property's value is set in the MaskedTextProvider constructor.

Se true , AsciiOnly restringe a entrada do usuário para o conjunto de caracteres ASCII.If true, AsciiOnly restricts user input to the ASCII character set.

Aplica-se a

Confira também