RibbonGallery.Buttons Property
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.
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.