addribbonpage
Adds a ribbon page, rbnname, in the Compose user interface. addribbonpage is only available in the Compose GUI.
Syntax
addribbonpage(rbnname, ispopup)
Inputs
- rbnname
- The name of the ribbon page.
- ispopup
- A Boolean flag to indicate if the ribbon page is a popup menu or a frame.
Outputs
- uiRibbonPage
- The handle to the ribbon page.
Examples
pr = addribbonpage('Test', false);