IHTMLInputTextElement::createTextRangeIHTMLInputTextElement::createTextRange*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLInputTextElement::get_readOnly
*Next Topic: IHTMLIsIndexElement

IHTMLInputTextElement::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.