Go to: Synopsis. Return value. MEL examples.

Synopsis

menuItemToShelf (string $itemName)

Creates a button on the current shelf that, when pressed, will act like selecting the specified menu item.

Return value

None

Arguments

Variable Name Variable Type Description
$itemNamestringName of the menu item. (Not the label)

MEL examples

	menuItemToShelf "selectAllItem";