IHTMLTextAreaElement::createTextRangeIHTMLTextAreaElement::createTextRange*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTextAreaElement
*Next Topic: IHTMLTextAreaElement::get_cols

IHTMLTextAreaElement::createTextRange


HRESULT createTextRange(
    IHTMLTxtRange **range 
);

Creates a text range object for the element. You use a text range to examine and modify the text within the element.

range
Address of a variable that receives an interface pointer to the text range.

See also IHTMLTxtRange


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