Interface IHTMLUListElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLUListElement.html
public interface IHTMLUListElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Compact
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLUListElement.html#getCompact-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLUListElement.html#setCompact-boolean-
bool Compact { get; set; }
Property Value
Type
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLUListElement.html#getType-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLUListElement.html#setType-java.lang.String-
String Type { get; set; }