Udostępnij za pośrednictwem


ComboBoxContentControl.ParentContentControl Property (2007 System)

Gets the parent content control of a ComboBoxContentControl that is nested in another content control.

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 ParentContentControl As ContentControl
'Usage
Dim instance As ComboBoxContentControl 
Dim value As ContentControl 

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

Property Value

Type: ContentControl
A ContentControl that represents the content control in which the ComboBoxContentControl is nested; nulla null reference (Nothing in Visual Basic) if the ComboBoxContentControl 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.

.NET Framework Security

See Also

Reference

ComboBoxContentControl Class

ComboBoxContentControl Members

Microsoft.Office.Tools.Word Namespace