Range.ParentContentControl Property
Returns a ContentControl object that represents the parent content control for the specified range. 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 Range
Dim value As ContentControl
value = instance.ParentContentControl
ContentControl ParentContentControl { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ContentControl
ContentControl
Remarks
This property returns Null if there is no parent content control for the specified range.