ClassHtmlInputPassword
Class
Test class for an HtmlInputPassword element <input type="password" />
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlInputPassword : HtmlInputControl
Inheritance: objectControlHtmlControlHtmlInputControlHtmlInputPassword
Inherited Members
Constructors
HtmlInputPassword(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlInputPassword(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.
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