/
selectShelfTab
selectShelfTab
Description
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.
Functional area
Interface
Command syntax
Syntax
selectShelfTab ["tabName" | tabNumber ] [-next] [-prev] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
tabNumber | int | yes | identifies the tab to select by number |
tabName | string | yes | identifies the tab to select by name |
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
next | 0 | — | prev | — |
prev | 0 | — | next | — |
Return value
void
Examples
// The following example selects the Shelf Tab "Panels": selectShelfTab "Panels";
, multiple selections available,
Related content
setPinned
setPinned
More like this
Use marking menus
Use marking menus
More like this
Post - Work with panels
Post - Work with panels
More like this
setAltToSelect
setAltToSelect
More like this
Use marking menus
Use marking menus
More like this
Use marking menus
Use marking menus
More like this