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.
- Returns S_OK if successful, or an error value otherwise.
- element
- Interface pointer of an element.
See also IHTMLElement
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.