Use selectShelfTab to select the tabs on the Shogun Post ribbon: Subject Setup, Processing, Objects, Panels, or any other tab you have created.
You can select by name, number, or go through the tabs by Next or Previous.
Interface
selectShelfTab ["tabName" | tabNumber ] [-next] [-prev] |
Name | Type | Required | Comments |
---|---|---|---|
tabNumber | int | yes | identifies the tab to select by number |
tabName | string | yes | identifies the tab to select by name |
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
next | 0 | — | prev | — |
prev | 0 | — | next | — |
void
// The following example selects the Shelf Tab "Panels":
selectShelfTab "Panels";