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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the interface pointer.
See also IHTMLOptionElementFactory, IHTMLSelectElement::add
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.