Class HtmlButton
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlButton : HtmlContainerControl
Constructors
HtmlButton()
Declaration
public HtmlButton()
HtmlButton(Element)
Properties
Disabled
Declaration
public bool Disabled { get; }
Property Value
System.Boolean
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|
TabIndex
Declaration
public int TabIndex { get; }
Property Value
System.Int32
|
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|