RibbonFactory.CreateRibbonButtonGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a RibbonButtonGroup object that represents a group of buttons on a Ribbon.
public:
Microsoft::Office::Tools::Ribbon::RibbonButtonGroup ^ CreateRibbonButtonGroup();
public Microsoft.Office.Tools.Ribbon.RibbonButtonGroup CreateRibbonButtonGroup ();
abstract member CreateRibbonButtonGroup : unit -> Microsoft.Office.Tools.Ribbon.RibbonButtonGroup
Public Function CreateRibbonButtonGroup () As RibbonButtonGroup
Returns
A group of buttons.
Remarks
RibbonButtonGroup controls can contain buttons, toggle buttons, menus, split buttons, and galleries.