BuildingBlockGalleryContentControl.ParentContentControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent content control of a BuildingBlockGalleryContentControl that is nested in another content control.
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
A ContentControl that represents the content control in which the BuildingBlockGalleryContentControl is nested; null
if the BuildingBlockGalleryContentControl is not nested in another content control.
Remarks
The RichTextContentControl and GroupContentControl controls are the only types of content controls that can contain nested content controls.