ContentControl.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.
Returns the parent content control for a content control that is nested inside a rich-text control or group control. Read-only.
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
Remarks
If a content control is not nested, this proprerty returns an error.