The RibbonGroup class represents a logical group of controls as they appear on a RibbonTab and is the base class of the HorizontalRibbonGroup class. An instance of a RibbonGroup can be added to a RibbonTab by using the Add method of its RibbonGroupCollection which is represented by the RibbonTab.RibbonGroups property. The controls of a RibbonGroup are arranged in columns. To arrange them in rows it is recommend to use an instance of type HorizontalRibbonGroup. A RibbonGroup is inherited from the System.Windows.Forms.Panel class. The following describes only the properties, methods and events defined through the RibbonGroup class. For a list of properties, methods and events inherited from the System.Windows.Forms.Panel class see the .NET Framework reference.

Syntax

public class RibbonGroup : System.Windows.Forms.Panel
Public Class RibbonGroup
  Inherits System.Windows.Forms.Panel

Introduced: X14.

Constructors

Constructor Description
RibbonGroup Initializes a new instance of the RibbonGroup class.

Properties

Property Description
DialogBoxLauncher Gets an object of type DialogBoxLauncher which represents the RibbonGroup's dialog box launcher item.
HorizontalContentAlignment Gets or sets the ribbon group's horizontal content alignment.
IsAddToQuickAccessToolbarEnabled Gets or sets a value whether the RibbonGroup can be added to the quick access toolbar.
KeyTip Gets or sets the keyboard shortcut of the RibbonGroup.
LargeIcon Gets or sets an icon for this RibbonGroup.
RibbonItems Gets a collection of all items contained in this group.
RowCount Gets or sets the number of rows in the RibbonGroup.
ShowSeperator Gets or sets a value whether the RibbonGroup's separator is shown.
SmallIcon Gets or sets a 16x16 1/96 inch icon for this RibbonGroup.
Text Overridden.
ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over this RibbonGroup.

Further Reading

Learn more about the TXTextControl.Windows.Forms.Ribbon.RibbonGroup Class in the Text Control Blog: