Share via


RibbonBase.Tabs Property

Gets a collection of RibbonTab objects in the RibbonOfficeMenu.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Syntax

'Declaration
Public ReadOnly Property Tabs As IList(Of RibbonTab)
public IList<RibbonTab> Tabs { get; }

Property Value

Type: System.Collections.Generic.IList<RibbonTab>
A collection of RibbonTab objects in the RibbonOfficeMenu.

.NET Framework Security

See Also

Reference

RibbonBase Class

Microsoft.Office.Tools.Ribbon Namespace