HTMLButtonElement public sealed class HTMLButtonElement : HTMLFormControlElement Represents an HTML button element. Documentation Code public bool Disabled { get; set; } Gets or sets if the input element is enabled or disabled. public HTMLFormElement Form { get; } Gets the associated HTML form element. public string Name { get; set; } Gets or sets the value of the name attribute.