Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::get_body Next Topic: IHTMLDocument2::get_images |
IHTMLDocument2::get_activeElement
HRESULT get_activeElement( IHTMLElement **p );Retrieves a pointer to the interface of the element that has the focus, which is determined by the activeElement property.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLElement interface of the element that currently has the focus.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.