Get all the custom Panels on a designated Revit tab.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual List<RibbonPanel> GetRibbonPanels(
string tabName
)
Parameters
- tabName String
- The name of the tab on which the panels are located.
Return Value
List<RibbonPanel>
Remarks
Built-in panels will not be included. tabName must be the name of one of the tabs added
by
CreateRibbonTab(String).
This method is not supported in Macros.
See Also
Reference