IHTMLButtonElement::createTextRangeIHTMLButtonElement::createTextRange*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLButtonElement::get_form
*Next Topic: IHTMLCommentElement

IHTMLButtonElement::createTextRange


HRESULT createTextRange(
    IHTMLTxtRange **range
);

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

range
Address of a pointer to the IHTMLTxtRange interface of the text range created.

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