Contents Index Topic Contents | ||
Previous Topic: IHTMLSelectElement::get_form Next Topic: IHTMLSelectElement::remove |
IHTMLSelectElement::add
HRESULT add( IHTMLElement *element, VARIANT before );Adds an OPTION element to a SELECT block.
- Returns S_OK if successful, or an error value otherwise.
- element
- Interface pointer to the OPTION element to add.
- before
- Zero-based index specifying the position of the OPTION element within the SELECT block.
See also remove
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.