DropDownListContentControl.Parent 属性

获取 DropDownListContentControl 的父级。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)

语法

声明
ReadOnly Property Parent As Object
    Get
Object Parent { get; }

属性值

类型:System.Object
一个对象,表示 DropDownListContentControl 的父级。

备注

DropDownListContentControl 的父级是包含该控件的对象。 例如,如果该控件位于文档的正文内,则此属性返回 Microsoft.Office.Interop.Word.Document 对象。

若要获取包含在 RichTextContentControlGroupContentControl 中的 DropDownListContentControl 的父级,请使用 ParentContentControl 属性。

.NET Framework 安全性

请参见

参考

DropDownListContentControl 接口

Microsoft.Office.Tools.Word 命名空间