This interface creates new instances of the OPTION element.
IHTMLOptionElementFactory Methods
create Creates a new instance of the OPTION element. You can add the element to a SELECT block by using the IHTMLSelectElement::add method.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
Use IHTMLWindow2::get_Option to retrieve a pointer to the IHTMLOptionElementFactory interface.