Table of Contents

Interface IHTMLSelectElement

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

.NET interface for TO BE DEFINED FROM USER

public interface IHTMLSelectElement : IHTMLElement, IElement, INode
Inherited Members

Properties

Disabled

bool Disabled { get; set; }

Property Value

bool

Form

HTMLFormElement Form { get; }

Property Value

HTMLFormElement

Length

int Length { get; }

Property Value

int

Multiple

bool Multiple { get; set; }

Property Value

bool

Name

String Name { get; set; }

Property Value

String

Options

HTMLCollection Options { get; }

Property Value

HTMLCollection

SelectedIndex

int SelectedIndex { get; set; }

Property Value

int

Size

int Size { get; set; }

Property Value

int

TabIndex

int TabIndex { get; set; }

Property Value

int

Type

String Type { get; }

Property Value

String

Value

String Value { get; set; }

Property Value

String

Methods

Add(HTMLElement, HTMLElement)

void Add(HTMLElement arg0, HTMLElement arg1)

Parameters

arg0 HTMLElement

HTMLElement

arg1 HTMLElement

HTMLElement

Exceptions

DOMException

Blur()

void Blur()

Focus()

void Focus()

Remove(int)

void Remove(int arg0)

Parameters

arg0 int

int