RibbonFactory.CreateRibbonButton 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.
A RibbonButton represents a button on a custom Ribbon.
public:
Microsoft::Office::Tools::Ribbon::RibbonButton ^ CreateRibbonButton();
public Microsoft.Office.Tools.Ribbon.RibbonButton CreateRibbonButton ();
abstract member CreateRibbonButton : unit -> Microsoft.Office.Tools.Ribbon.RibbonButton
Public Function CreateRibbonButton () As RibbonButton
Returns
A Ribbon button.