addribbonpage

Adds a ribbon page, rbnname, in the Activate user interface. addribbonpage is only available in the Activate GUI.

Syntax

addribbonpage(rbnname, ispopup)

Inputs

rbnname
The name of the ribbon page.
Type: string
ispopup
A Boolean flag to indicate if the ribbon page is a popup menu or a frame.
Type: Boolean

Outputs

uiRibbonPage
The handle to the ribbon page.

Examples

Add the given ribbon page:
pr = addribbonpage('Test', false);