ClassHtmlInputNumber
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlInputNumber : HtmlInputText
Inheritance: objectControlHtmlControlHtmlInputControlHtmlInputTextHtmlInputNumber
Derived Classes:
Inherited Members
Constructors
HtmlInputNumber(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlInputNumber(Element element)
Parameters
element
The base element.
Properties
ValidationType
Declaration
cs-api-definition
protected override InputElementType ValidationType { get; }
Property Value
Overrides