OptionCollection class

OptionCollection class

The OptionElements represents a wrapper that is associated with the IHTMLOptionsCollection

The OptionCollection type exposes the following members:

Properties

PropertyDescription
countThe number of Option in the list.

Gets the OptionElement at the specified index.

Indexer

NameDescription
[index]The index.

Methods

MethodDescription
addAdd new option.
removeRemove the option from list.

See Also