ClassHtmlButton
Class
Test class for an HtmlButton element <button >...</button>
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlButton : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlButton
Derived Classes:
Inherited Members
Constructors
HtmlButton(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlButton(Element element)
Parameters
element
The base element.
Properties
Disabled
Gets whether a button is disabled.
Name
Gets the name of a button.
TabIndex
Gets the tab order for a button.
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