IHTMLOptionElementFactory interface

This interface creates new instances of the option element.

Members

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

  • Methods

Methods

The IHTMLOptionElementFactory interface has these methods.

Method Description
create

Initializes a new option element.

 

Remarks

Use IHTMLWindow2::Option to retrieve a pointer to the IHTMLOptionElementFactory interface.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch