Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::insertAdjacentText Next Topic: IHTMLElement::get_isTextEdit |
IHTMLElement::get_parentTextEdit
HRESULT get_parentTextEdit( IHTMLElement **p );Retrieves an object that can be used to create a text range that contains the original object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLElement interface for the new parent object. This parameter receives NULL if no suitable parent object exists.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.