TextBox.Numeric Propriedade
Definição
Obtém ou define um valor que indica se a entrada deve ser totalmente numérica.Gets or sets a value indicating whether the input must be fully numeric. O padrão é false.The default is false. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property bool Numeric { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public bool Numeric { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.Numeric : bool with get, set
Public Property Numeric As Boolean
Valor da propriedade
true se a entrada precisar ser totalmente numérica; caso contrário, false.true if the input must be fully numeric; otherwise, false.
- Atributos
Comentários
Nem todas as linguagens de marcação dão suporte ao uso de entrada de usuário totalmente numérica.Not all markup languages support the use of fully numeric user input. Por exemplo, HTML não oferece suporte a essa propriedade.For example, HTML does not support this property.