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.
- Returns S_OK if successful, or an error value otherwise.
- range
- Address of a pointer to the IHTMLTxtRange interface of the text range created.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.