UIControlledApplication.CreateRibbonPanel
Description:
Create a new RibbonPanel on the Add-Ins tab.
Create a new RibbonPanel on the Add-Ins tab.
Remarks:
This method will create a custom panel appending to the Revit AddIns tab. This method is not supported in Macros.
This method will create a custom panel appending to the Revit AddIns tab. This method is not supported in Macros.
Overloads (3):
public virtual RibbonPanel CreateRibbonPanel(
string panelName
)
-
StringpanelNameThe name of the panel to be created.
Return Value
RibbonPanel
-
panelName isnullNothingnullptra null reference (Nothingin Visual Basic).
-
panelName is Empty.
-
If more than 100 panels were created.