Table of Contents

Interface ISelectElement

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

Represents DOM HTML <select> element.

public interface ISelectElement : IFormControlElement, IElement, INode, IEventTarget, ISearchContext, IAutoDisposable
Inherited Members

Properties

Multiple

Enables or disables selecting multiple options in the list.

Options

Gets the collection of <option> elements contained by this <select> element.