ClassHtmlInputReset
Class
Test class for an HtmlInputImage element <input type="reset" />
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlInputReset : HtmlInputControl
Inheritance: objectControlHtmlControlHtmlInputControlHtmlInputReset
Inherited Members
Constructors
HtmlInputReset(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlInputReset(Element element)
Parameters
element
The base element.
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