Share

RibbonPanel.GetItems Method

Gets a copy of the collection of RibbonItems assigned to the RibbonPanel.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public IList<RibbonItem> GetItems()

Return Value

IList<RibbonItem>

Remarks

This method gets the items assigned to the RibbonPanel.

See Also

Reference

Was this information helpful?