PlainTextContentControl.Parent Property

Definition

Gets the parent of the PlainTextContentControl.

public object Parent { get; }

Property Value

Object

An object that represents the parent of the PlainTextContentControl.

Remarks

The parent of the PlainTextContentControl 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 Microsoft.Office.Interop.Word.Document object.

To get the parent of a PlainTextContentControl that is contained in a RichTextContentControl or a GroupContentControl, use the ParentContentControl property.

Applies to