<Code Lib>
2026 Method
Changes 0
M

UIApplication.GetRibbonPanels(String)

Description:
Get all the custom Panels on a designated Revit tab.
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.
Overloads (3):
GetRibbonPanels(String)

public virtual List<RibbonPanel> GetRibbonPanels(
	string tabName
)

  • String
    tabName
    The name of the tab on which the panels are located.
Return Value List<RibbonPanel> List RibbonPanel

Loading…