script (MEL) |
Only available in MEL |
deleteShelfTab |
In categories: Windows, Misc. UI |
Go to: Synopsis. Return value. MEL examples.
deleteShelfTab (string $shelfName)
Deletes a shelf layout and tab from the top level shelves,
and removes its preferences so that it will not be loaded
again. The user is prompted for confirmation of the delete.
None
Arguments
Variable Name |
Variable Type |
Description |
$shelfName | string | Name of the shelf tab to delete
|
deleteShelfTab "Shelf2";