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