IHTMLDocument2::get_activeElementIHTMLDocument2::get_activeElement*
*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.

p
Address of a pointer to the IHTMLElement interface of the element that currently has the focus.


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