IHTMLWindow2::get_OptionIHTMLWindow2::get_Option*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLWindow2::get_opener
*Next Topic: IHTMLWindow2::get_parent

IHTMLWindow2::get_Option


HRESULT get_Option(
    IHTMLOptionElementFactory **p 
);

Retrieves an interface pointer to a factory object that you can use to create OPTION elements. You can add the elements to a SELECT block by using the IHTMLSelectElement::add method.

p
Address of a variable that receives the interface pointer.

See also IHTMLOptionElementFactory, IHTMLSelectElement::add


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.