Returns the name of the shelf tab which is currently selected and active in the GUI.
Interface
getActiveShelfTab
None
string
// Print the active tab name to the command line string $temp = `getActiveShelfTab`;print $temp;