2027 Method
Changes 0
M

UIApplication.CreateRibbonPanel

Description:
Create a new RibbonPanel on the specified tab.
Remarks:
This method will create a custom panel appending to the specified tab. This method is not supported in Macros.
Overloads (3):
CreateRibbonPanel(String,String)
public virtual RibbonPanel CreateRibbonPanel(
	string tabName,
	string panelName
)
  • String
    tabName
    The name of the tab, on which the new panel will be created.
  • String
    panelName
    The name of the panel to be created.
Return Value RibbonPanel RibbonPanel