RibbonSplitButton.ButtonType 屬性 (2007 系統)
更新:2007 年 11 月
取得或設定 RibbonSplitButton 上的按鈕類型。
命名空間: Microsoft.Office.Tools.Ribbon
組件: Microsoft.Office.Tools.Common.v9.0 (在 Microsoft.Office.Tools.Common.v9.0.dll 中)
語法
Public Property ButtonType As RibbonButtonType
Dim instance As RibbonSplitButton
Dim value As RibbonButtonType
value = instance.ButtonType
instance.ButtonType = value
public RibbonButtonType ButtonType { get; set; }
屬性值
型別:Microsoft.Office.Tools.Ribbon.RibbonButtonType
RibbonButtonType,表示 RibbonSplitButton 上的按鈕類型。
備註
這兩個選項是 Button 和 ToggleButton。
此屬性無法在執行階段變更。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Office.Tools.Ribbon 命名空間