/
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,