addribbonmenu

Adds a ribbon menu, rbmname, in the Activate user interface. addribbonmenu is only available in the Activate GUI.

Syntax

addribbonmenu(rbmname)

Inputs

rbmname
The name of the ribbon menu.
Type: string

Outputs

uiPopupMenu
The handle to the ribbon menu.

Examples

Add the given ribbon menu:
pm = addribbonmenu('Test')