OfficeRibbon 類別 (2007 系統)
更新:2007 年 11 月
做為 Microsoft Office 功能區自訂的基底類別 (Base Class)。
命名空間: Microsoft.Office.Tools.Ribbon
組件: Microsoft.Office.Tools.Common.v9.0 (在 Microsoft.Office.Tools.Common.v9.0.dll 中)
語法
Public Class OfficeRibbon _
Inherits RibbonComponent
Dim instance As OfficeRibbon
public class OfficeRibbon : RibbonComponent
備註
OfficeRibbon 包含通用於所有功能區類別的方法和屬性。
當您將新的 [功能區 (視覺化設計工具)] 項目加入至專案時,Visual Studio Tools for Office 就會在專案中加入 OfficeRibbon。
如需詳細資訊,請參閱功能區設計工具。
這個類別的某些屬性只能在功能區載入至 Office 應用程式前進行設定。如需這些屬性的設定資訊,請參閱功能區物件模型概觀。
繼承階層架構
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.Office.Tools.Ribbon.RibbonComponent
Microsoft.Office.Tools.Ribbon.OfficeRibbon
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。