TextBox.Numeric 속성

정의

숫자만 입력해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다. 기본값은 false입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

속성 값

숫자만 입력해야 하면 true이고, 그렇지 않으면 false입니다.

특성

설명

모든 태그 언어가 전체 숫자 사용자 입력 사용을 지원하는 것은 아닙니다. 예를 들어 HTML은 이 속성을 지원하지 않습니다.

적용 대상

추가 정보