ClassHtmlInputText
Class
Test class for an HtmlInputImage element <input type="text" />
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlInputText : HtmlInputControl
Inheritance: objectControlHtmlControlHtmlInputControlHtmlInputText
Derived Classes:
Inherited Members
Constructors
HtmlInputText(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlInputText(Element element)
Parameters
element
The base element.
Properties
Disabled
Gets whether or not a text field is disabled
Size
Gets the size of a text field (in number of characters).
TabIndex
Gets the tab order for a text field.
Text
Gets/Sets the value of the value attribute of a text field
ValidationType
Declaration
cs-api-definition
protected virtual InputElementType ValidationType { get; }
Property Value
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides