removespriteactiongroup
Removes a sprite action group, sagnname, from the ribbon page group in the Compose user interface. removespriteactiongroup is only available in the Compose GUI.
Syntax
removespriteactiongroup(sagnname)
Inputs
- sagnname
- The name of the sprite action group.
Examples
addribbonpagegroup('Test','Indentation');
addspriteactiongroup('Test', 'Indentation', 'TestSG', 'UnIndent',0,80);
removespriteactiongroup('TestSG')