RibbonGallery.Buttons Property

Definition

Gets the collection of buttons on this RibbonGallery.

public:
 property System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::RibbonButton ^> ^ Buttons { System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::RibbonButton ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonButton> Buttons { get; }
member this.Buttons : System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonButton>
Public ReadOnly Property Buttons As IList(Of RibbonButton)

Property Value

The collection of buttons on this RibbonGallery.

Remarks

You can add buttons to this RibbonGallery at run time. For more information, see RibbonGallery.

Applies to