ContentControl.ParentContentControl Property
Returns the parent content control for a content control that is nested inside a rich-text control or group control. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ParentContentControl As ContentControl
Get
'Usage
Dim instance As ContentControl
Dim value As ContentControl
value = instance.ParentContentControl
ContentControl ParentContentControl { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ContentControl
ContentControl
Remarks
If a content control is not nested, this proprerty returns an error.