IHTMLInputHiddenElement::createTextRangeIHTMLInputHiddenElement::createTextRange*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLInputHiddenElement::get_form
*Next Topic: IHTMLInputImage

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