This topic has not yet been rated - Rate this topic

parentTextEdit property

Retrieves the container object in the document hierarchy that can be used to create a TextRange containing the original object.

Syntax

HRESULT value = object.get_parentTextEdit(IHTMLElement** p);

Property values

Type: Object

the supported text ranges.

Remarks

The property is an object if the parent exists; otherwise, it is null. For example, the IHTMLElement::parentTextEdit property of the body is null.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.