ComboBoxContentControl.Parent Property
Gets the parent of the ComboBoxContentControl.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property Parent As Object
Object Parent { get; }
Property Value
Type: System.Object
An object that represents the parent of the ComboBoxContentControl.
Remarks
The parent of the ComboBoxContentControl 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 Microsoft.Office.Interop.Word.Document object.
To get the parent of a ComboBoxContentControl that is contained in a RichTextContentControl or a GroupContentControl, use the ParentContentControl property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.