IHTMLTxtRange::moveToElementTextIHTMLTxtRange::moveToElementText*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTxtRange::moveToBookmark
*Next Topic: IHTMLTxtRange::moveToPoint

IHTMLTxtRange::moveToElementText


HRESULT moveToElementText(
    IHTMLElement *element 
);

Moves the text range so that the start and end positions of the range encompass the text in the given element.

element
Interface pointer of an element.

See also IHTMLElement


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