<Code Lib>
2020 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
)

Return Value RibbonPanel

Loading…