Freigeben über


RibbonControl-Klasse (2007 System)

Aktualisiert: November 2007

Die Basisklasse für Steuerelemente in einer Microsoft Office-Anpassung.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

Public MustInherit Class RibbonControl _
    Inherits RibbonComponent

Dim instance As RibbonControl
public abstract class RibbonControl : RibbonComponent

Vererbungshierarchie

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.Office.Tools.Ribbon.RibbonComponent
        Microsoft.Office.Tools.Ribbon.RibbonControl
          Microsoft.Office.Tools.Ribbon.RibbonBox
          Microsoft.Office.Tools.Ribbon.RibbonButton
          Microsoft.Office.Tools.Ribbon.RibbonButtonGroup
          Microsoft.Office.Tools.Ribbon.RibbonCheckBox
          Microsoft.Office.Tools.Ribbon.RibbonComboBox
          Microsoft.Office.Tools.Ribbon.RibbonDropDown
          Microsoft.Office.Tools.Ribbon.RibbonEditBox
          Microsoft.Office.Tools.Ribbon.RibbonGallery
          Microsoft.Office.Tools.Ribbon.RibbonLabel
          Microsoft.Office.Tools.Ribbon.RibbonMenu
          Microsoft.Office.Tools.Ribbon.RibbonSeparator
          Microsoft.Office.Tools.Ribbon.RibbonSplitButton
          Microsoft.Office.Tools.Ribbon.RibbonToggleButton

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

RibbonControl-Member

Microsoft.Office.Tools.Ribbon-Namespace