RibbonButtonGroup Class (2007 System)

Represents a group of button controls on a Ribbon.

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(RibbonButtonGroup), "RibbonButtonGroup.bmp")> _
Public NotInheritable Class RibbonButtonGroup _
    Inherits RibbonControl
'Usage
Dim instance As RibbonButtonGroup
[ToolboxBitmapAttribute(typeof(RibbonButtonGroup), "RibbonButtonGroup.bmp")]
public sealed class RibbonButtonGroup : RibbonControl
[ToolboxBitmapAttribute(typeof(RibbonButtonGroup), L"RibbonButtonGroup.bmp")]
public ref class RibbonButtonGroup sealed : public RibbonControl
public final class RibbonButtonGroup extends RibbonControl

Remarks

RibbonButtonGroup controls can contain buttons, toggle buttons, menus, split buttons, and galleries.

You can add a RibbonButtonGroup object to your Office customization at design time, or at run time before the Ribbon is loaded into the Microsoft Office application. For more information, see Ribbon Object Model Overview.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.Office.Tools.Ribbon.RibbonComponent
        Microsoft.Office.Tools.Ribbon.RibbonControl
          Microsoft.Office.Tools.Ribbon.RibbonButtonGroup

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

RibbonButtonGroup Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Overview

Ribbon Designer

Ribbon Object Model Overview

How to: Get Started Customizing the Ribbon