Interface IHTMLOptGroupElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOptGroupElement.html
public interface IHTMLOptGroupElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Disabled
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOptGroupElement.html#getDisabled-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOptGroupElement.html#setDisabled-boolean-
bool Disabled { get; set; }
Property Value
Label
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOptGroupElement.html#getLabel-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLOptGroupElement.html#setLabel-java.lang.String-
String Label { get; set; }