<Code Lib>
2026 Method
Changes 0
M

UIControlledApplication.CreateRibbonPanel(Tab, String)

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.
Overloads (3):
CreateRibbonPanel(Tab,String)

public virtual RibbonPanel CreateRibbonPanel(
	Tab tab,
	string panelName
)

  • tab
    The target tab, on which the new panel will be created.
  • String
    panelName
    The name of the panel to be created.
Return Value RibbonPanel RibbonPanel

Loading…