ContentControl.ParentContentControl Property

Definition

Returns the parent content control for a content control that is nested inside a rich-text control or group control. Read-only.

public:
 property Microsoft::Office::Interop::Word::ContentControl ^ ParentContentControl { Microsoft::Office::Interop::Word::ContentControl ^ get(); };
public Microsoft.Office.Interop.Word.ContentControl ParentContentControl { get; }
member this.ParentContentControl : Microsoft.Office.Interop.Word.ContentControl
Public ReadOnly Property ParentContentControl As ContentControl

Property Value

ContentControl

Remarks

If a content control is not nested, this proprerty returns an error.

Applies to