RibbonControl Class (2007 System)

The base class for controls in a Microsoft Office customization.

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

Syntax

'Declaration
Public MustInherit Class RibbonControl _
    Inherits RibbonComponent
'Usage
Dim instance As RibbonControl
public abstract class RibbonControl : RibbonComponent
public ref class RibbonControl abstract : public RibbonComponent
public abstract class RibbonControl extends RibbonComponent

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RibbonControl Members

Microsoft.Office.Tools.Ribbon Namespace