RichTextContentControl.Parent Property
Visual Studio 2012
Gets the parent of the RichTextContentControl.
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
The parent of the RichTextContentControl is the object in which the control is contained. For example, if the control is in the body of the document, this property will return a Document object.
To get the parent of a RichTextContentControl that is contained in another RichTextContentControl or a GroupContentControl, use the ParentContentControl property.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.