Create a new RibbonPanel on the specified tab.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual RibbonPanel CreateRibbonPanel(
string tabName,
string panelName
)
Parameters
- tabName String
- The name of the tab, on which the new panel will be created.
- panelName String
- The name of the panel to be created.
Return Value
RibbonPanel
Exceptions
Remarks
This method will create a custom panel appending to the specified tab. This method is not supported in Macros.
See Also
Reference