
This interface creates new instances of the OPTION element.
Use IHTMLWindow2::get_Option to retrieve a pointer to this interface.
HRESULT create(
VARIANT text,
VARIANT value,
VARIANT defaultselected,
VARIANT selected,
IHTMLOptionElement **__MIDL_0017
);
Creates a new instance of the OPTION element. You can add the element to a SELECT block by using the IHTMLSelectElement::add method.
See also IHTMLOptionElement, IHTMLSelectElement::add
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.