SetMenuExitBackButton

Last Updated2014-12-13
Created At2007-06-22

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.

native void SetMenuExitBackButton(Handle menu, bool button)

Parameters

Handle menu
Menu Handle.
bool button
True to enable the button, false to remove it.

Return Value

void

Error

Invalid Handle.