GroupContentControl.Parent Property

Gets the parent of the GroupContentControl.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
ReadOnly Property Parent As Object
Object Parent { get; }

Property Value

Type: System.Object
An object that represents the parent of the GroupContentControl.

Remarks

The parent of the GroupContentControl 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 GroupContentControl that is contained in a RichTextContentControl or another GroupContentControl, use the ParentContentControl property.

.NET Framework Security

See Also

Reference

GroupContentControl Interface

Microsoft.Office.Tools.Word Namespace