Interface IHTMLOptGroupElement
.NET interface for TO BE DEFINED FROM USER
public interface IHTMLOptGroupElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Disabled
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLOptGroupElement.html#getDisabled() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLOptGroupElement.html#setDisabled(boolean)
bool Disabled { get; set; }
Property Value
Label
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLOptGroupElement.html#getLabel() https://docs.oracle.com/en/java/javase/11/docs/api/jdk.xml.dom/org/w3c/dom/html/HTMLOptGroupElement.html#setLabel(java.lang.String)
String Label { get; set; }