ClassHtmlRadioCheckboxControl
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlRadioCheckboxControl : HtmlInputControl
Inheritance: objectControlHtmlControlHtmlInputControlHtmlRadioCheckboxControl
Derived Classes:
Inherited Members
Constructors
HtmlRadioCheckboxControl()
Create a new control.
Declaration
cs-api-definition
public HtmlRadioCheckboxControl()
HtmlRadioCheckboxControl(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlRadioCheckboxControl(Element element)
Parameters
element
The base element.
Properties
Methods
Check(bool)
Sets the Checked state to isChecked and triggers the OnClick and OnChange events
Declaration
cs-api-definition
public void Check(bool isChecked)
Parameters
isChecked
The checked state to set.