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