Class HtmlInputText
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlInputText : HtmlInputControl
Constructors
HtmlInputText()
Declaration
public HtmlInputText()
HtmlInputText(Element)
Properties
Disabled
Declaration
public bool Disabled { get; }
Property Value
System.Boolean
|
Size
Declaration
public int Size { get; }
Property Value
System.Int32
|
TabIndex
Declaration
public int TabIndex { get; }
Property Value
System.Int32
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
ValidationType
Declaration
protected virtual InputElementType ValidationType { get; }
Property Value
InputElementType
|