TextBox::Numeric Property
.NET Framework (current version)
Gets or sets a value indicating whether the input must be fully numeric. The default is false. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] [BrowsableAttribute(true)] property bool Numeric { bool get(); void set(bool value); }
Not all markup languages support the use of fully numeric user input. For example, HTML does not support this property.
.NET Framework
Available since 1.1
Available since 1.1
TextBox Class
System.Web.UI.MobileControls Namespace
Introduction to the TextBox Control
Show: