Selection.ParentContentControl Property

Definition

Returns a ContentControl object that represents the parent content control for the specified range. 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

ContentControl

Remarks

This property returns Null if there is no parent content control for the specified range.

Applies to