UIApplication.CreateRibbonPanel
Description:
Create a new RibbonPanel on the specified tab.
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.
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
)
-
StringtabNameThe name of the tab, on which the new panel will be created.
-
StringpanelNameThe name of the panel to be created.
-
tabName or panelName is.
-
tabName or panelName is Empty.
-
Too many panels have been added to this tab (Maximum is 100).