GetMenuExitBackButton Function

Returns 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.

bool GetMenuExitBackButton(Handle menu)

Parameters

Handle menu

Menu Handle.

Return Value

True if the menu has an exit back button; false otherwise.

Errors

Invalid Handle.