You are here: Plugin API > Library Reference > IHost Interface > IRibbonGroup Interface
IRibbonGroup Interface
The IRibbonGroup interface represents a group of controls that appear in a IRibbonTab.
Methods
- Button AddRibbonButton(string, ICommand, object, string, RibbonIconSize, string, string) - Adds a ribbon button to the ribbon group. Returns an instance of System.Windows.Controls.Button.
- CheckBox AddRibbonCheckBox(string, ICommand, object, string, string) - Adds a ribbon checkbox to the ribbon group. Returns an instance of System.Windows.Controls.CheckBox.
- IRibbonMenu AddRibbonCombobox(string, ICommand, object, string, RibbonIconSize, string, string) - Adds a ribbon combobox to the ribbon group. Returns an instance of IRibbonMenu.
- IRibbonMenu AddRibbonMenuButton(string, string, RibbonIconSize, string, string) - Adds a ribbon menu button to the ribbon group. Returns an instance of IRibbonMenu.
- IRibbonMenu AddRibbonSplitMenuButton(string, ICommand, object,string, RibbonIconSize, string, string) - Adds a ribbon split menu button to the ribbon group. Returns an instance of IRibbonMenu.