SetMenuExitBackButton Function

Sets whether or not the menu has an "exit back" button. By default, menus do not have an exit back button.

Exit Back buttons appear as "Back" on page 1 of paginated menus and have functionality defined by the user in MenuEnd_ExitBack.

void SetMenuExitBackButton(Handle menu, bool button)

Parameters

Handle menu

Menu Handle.

bool button

True to enable the button, false to remove it.

Errors

Invalid Handle.