RibbonFactory.CreateRibbonTab 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 RibbonTab object that contains one or more groups of controls on the Ribbon.
public:
Microsoft::Office::Tools::Ribbon::RibbonTab ^ CreateRibbonTab();
public Microsoft.Office.Tools.Ribbon.RibbonTab CreateRibbonTab ();
abstract member CreateRibbonTab : unit -> Microsoft.Office.Tools.Ribbon.RibbonTab
Public Function CreateRibbonTab () As RibbonTab
Returns
A Ribbon tab.