RibbonFactory.CreateRibbonLabel 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 RibbonLabel that represents a label on a RibbonGroup or RibbonBox.
public:
Microsoft::Office::Tools::Ribbon::RibbonLabel ^ CreateRibbonLabel();
public Microsoft.Office.Tools.Ribbon.RibbonLabel CreateRibbonLabel ();
abstract member CreateRibbonLabel : unit -> Microsoft.Office.Tools.Ribbon.RibbonLabel
Public Function CreateRibbonLabel () As RibbonLabel
Returns
A Ribbon label.