ContentControl.Type 屬性 (2007 系統)
更新: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 的 UI 和功能。
下表列出 WdContentControlType 值,以及每一個值所指定之控制項的型別。如需不同內容控制項之型別的詳細資訊,請參閱內容控制項。
值 |
Control |
---|---|
wdContentControlBuildingBlockGallery |
建置組塊陳列庫。 |
wdContentControlComboBox |
下拉式方塊。 |
wdContentControlDate |
日期選擇器。 |
wdContentControlGroup |
群組 |
wdContentControlDropdownList |
下拉式清單 |
wdContentControlPicture |
Picture |
wdContentControlRichText |
Rich Text |
wdContentControlText |
純文字 |
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。