UIControlledApplication.GetRibbonPanels
Description:
Get all the custom Panels on a designated Revit tab.
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.
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):
public virtual List<RibbonPanel> GetRibbonPanels(
string tabName
)
-
StringtabNameThe name of the tab on which the panels are located.