ContentControl.Type 属性 (2007 system)
更新:2007 年 11 月
获取或设置一个值,该值指定 ContentControl 所表示的内容控件的类型。
命名空间: Microsoft.Office.Tools.Word
程序集: Microsoft.Office.Tools.Word.v9.0(在 Microsoft.Office.Tools.Word.v9.0.dll 中)
语法
声明
Public Property Type As WdContentControlType
用法
Dim instance As ContentControl
Dim value As WdContentControlType
value = instance.Type
instance.Type = value
public WdContentControlType Type { get; set; }
属性值
类型:Microsoft.Office.Interop.Word.WdContentControlType
一个 WdContentControlType 值,该值指定 ContentControl 所表示的内容控件的类型。
备注
使用 Type 属性可以在运行时更改 ContentControl 的用户界面和功能。
下表列出了 WdContentControlType 值以及每个值所指定的控件类型。有关不同内容控件类型的更多信息,请参见内容控件。
值 |
控件 |
---|---|
wdContentControlBuildingBlockGallery |
生成块库。 |
wdContentControlComboBox |
组合框。 |
wdContentControlDate |
日期选择器。 |
wdContentControlGroup |
组 |
wdContentControlDropdownList |
下拉列表 |
wdContentControlPicture |
图片 |
wdContentControlRichText |
多格式文本 |
wdContentControlText |
纯文本 |
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。