Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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

NameTypeRequiredComments
tabNumberintyesidentifies the tab to select by number
tabNamestringyesidentifies the tab to select by name

Flags

NameFlag argumentsArgument typeExclusive toComments
next0prev
prev0next

Return value

void

Examples

// The following example selects the Shelf Tab "Panels":
selectShelfTab "Panels";
  • No labels