Interface IHTMLMapElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLMapElement.html
public interface IHTMLMapElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Areas
HTMLCollection Areas { get; }
Property Value
Name
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLMapElement.html#getName-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLMapElement.html#setName-java.lang.String-
String Name { get; set; }