Share via


BuildingBlockGalleryContentControl.Parent Property (2007 System)

Gets the parent of the BuildingBlockGalleryContentControl.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Object
'Usage
Dim instance As BuildingBlockGalleryContentControl 
Dim value As Object 

value = instance.Parent
[BrowsableAttribute(false)]
public Object Parent { get; }
[BrowsableAttribute(false)]
public:
property Object^ Parent {
    Object^ get ();
}
public function get Parent () : Object

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

BuildingBlockGalleryContentControl Class

BuildingBlockGalleryContentControl Members

Microsoft.Office.Tools.Word Namespace