Table of Contents

Interface IHTMLAreaElement

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

.NET interface for TO BE DEFINED FROM USER

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