RVTDocs.com

UIControlledApplication.CreateRibbonPanel(Tab, String)

Method
Description:
Create a new RibbonPanel on the designated standard Revit tab.
Remarks:
This method will create a custom panel appending to the specified tab. This method is not supported in Macros.
Syntax
public virtual RibbonPanel CreateRibbonPanel(
	Tab tab,
	string panelName
)
Parameters
Parameter Type Description
tab Tab The target tab, on which the new panel will be created.
panelName String The name of the panel to be created.
Return Value
Exceptions
Exception Condition
ArgumentNullException panelName is.
ArgumentException panelName is Empty or the tab is not valid.
InvalidOperationException If more than 100 panels were created or the tab cannot be found.