UIControlledApplication.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):
public virtual RibbonPanel CreateRibbonPanel(
string tabName,
string panelName
)
-
tabNameThe name of the tab, on which the new panel will be created.
-
panelNameThe name of the panel to be created.
Return Value
RibbonPanel
-
tabName or panelName isnullNothingnullptra null reference (Nothingin Visual Basic).
-
tabName or panelName is Empty.
-
Too many panels have been added to this tab (Maximum is 100).