RibbonFactory.CreateRibbonReadOnlyCollection 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 RibbonMenu object that provides access to the IRibbonExtension objects in a Ribbon customization.
public:
Microsoft::Office::Tools::Ribbon::RibbonReadOnlyCollection ^ CreateRibbonReadOnlyCollection();
public Microsoft.Office.Tools.Ribbon.RibbonReadOnlyCollection CreateRibbonReadOnlyCollection ();
abstract member CreateRibbonReadOnlyCollection : unit -> Microsoft.Office.Tools.Ribbon.RibbonReadOnlyCollection
Public Function CreateRibbonReadOnlyCollection () As RibbonReadOnlyCollection
Returns
An object that provides access to the IRibbonExtension objects in a Ribbon customization.