Table of Contents

Interface IHTMLOptionElement

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

.NET interface for TO BE DEFINED FROM USER

public interface IHTMLOptionElement : IHTMLElement, IElement, INode
Inherited Members

Properties

DefaultSelected

bool DefaultSelected { get; set; }

Property Value

bool

Disabled

bool Disabled { get; set; }

Property Value

bool

Form

HTMLFormElement Form { get; }

Property Value

HTMLFormElement

Index

int Index { get; }

Property Value

int

Label

String Label { get; set; }

Property Value

String

Selected

bool Selected { get; set; }

Property Value

bool

Text

String Text { get; }

Property Value

String

Value

String Value { get; set; }

Property Value

String