Contents Index Topic Contents | ||
Previous Topic: IHTMLSelectElement::add Next Topic: IHTMLSelectElement::put_length |
IHTMLSelectElement::remove
HRESULT remove( long index );Removes the given element from the SELECT block.
- Returns S_OK if successful, or an error value otherwise.
- index
- Zero-based index of the item to remove.
See also add
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.