Contents Index Topic Contents | ||
Previous Topic: IHTMLBodyElement::get_onbeforeunload Next Topic: IHTMLBRElement |
IHTMLBodyElement::createTextRange
HRESULT createTextRange( IHTMLTxtRange **range );Creates a text range object for the BODY object. You use a text range to examine and modify the text within the element.
- Returns S_OK if successful, or an error value otherwise.
- range
- Address of a pointer to the IHTMLTxtRange interface that is created.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.