IHTMLBodyElement::createTextRangeIHTMLBodyElement::createTextRange*
*



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.

range
Address of a pointer to the IHTMLTxtRange interface that is created.

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