Table of Contents

Interface IHTMLAreaElement

Namespace
Org.W3c.Dom.Html
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLAreaElement.html

public interface IHTMLAreaElement : IHTMLElement, IElement, INode
Inherited Members

Properties

AccessKey

String AccessKey { get; set; }

Property Value

String

Alt

String Alt { get; set; }

Property Value

String

Coords

String Coords { get; set; }

Property Value

String

Href

String Href { get; set; }

Property Value

String

NoHref

bool NoHref { get; set; }

Property Value

bool

Shape

String Shape { get; set; }

Property Value

String

TabIndex

int TabIndex { get; set; }

Property Value

int

Target

String Target { get; set; }

Property Value

String