IHTMLSelectElement6 interface

Extends the IHTMLSelectElement5 interface.

Members

The IHTMLSelectElement6 interface inherits from the IDispatch interface. IHTMLSelectElement6 also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLSelectElement6 interface has these methods.

Method Description
add

Adds an element to the areas, controlRange, or options collection.

 

Properties

The IHTMLSelectElement6 interface has these properties.

Property Description

value

Sets or retrieves the value which is returned to the server when the form control is submitted.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch