ContentControl.Type 属性

获取或设置一个值,该值指定 ContentControl 所表示的内容控件的类型。

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

语法

声明
Property Type As WdContentControlType
    Get
    Set
WdContentControlType Type { get; set; }

属性值

类型:Microsoft.Office.Interop.Word.WdContentControlType
ContentControl 所表示的内容控件的类型。

备注

使用 Type 属性可以在运行时更改 ContentControl 的用户界面和功能。

下表列出了 Microsoft.Office.Interop.Word.WdContentControlType 值以及每个值所指定的控件类型。 有关不同内容控件类型的更多信息,请参见内容控件

控件

wdContentControlBuildingBlockGallery

生成块库。

wdContentControlComboBox

组合框。

wdContentControlDate

日期选择器。

wdContentControlGroup

wdContentControlDropdownList

下拉列表

wdContentControlPicture

图片

wdContentControlRichText

多格式文本

wdContentControlText

纯文本

.NET Framework 安全性

请参见

参考

ContentControl 接口

Microsoft.Office.Tools.Word 命名空间