IFrameElement.parentTextEdit Property
SharePoint Designer Developer Reference |
Returns an IHTMLElement object that represents the parent element in the document hierarchy that can be used to create a text range containing the original element.
Syntax
expression.parentTextEdit
expression Required. A variable that represents an IFrameElement object.
See Also