Share via


RibbonDropDownItem.Ribbon Property

Gets the top-level Ribbon object that contains the rest of the control hierarchy.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
ReadOnly Property Ribbon As OfficeRibbon
[BrowsableAttribute(false)]
OfficeRibbon Ribbon { get; }

Property Value

Type: Microsoft.Office.Tools.Ribbon.OfficeRibbon
A top-level Ribbon object that contains the rest of the control hierarchy.

Remarks

The Ribbon property is best suited for navigating to controls near the top of the control hierarchy. If you have access to a control in the hierarchy slightly above or below the control you want to find, you might consider using its Parent property or its collection of child items to navigate to the item you want to get.

.NET Framework Security

See Also

Reference

RibbonDropDownItem Interface

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview