GetMenuExitBackButton

Last Updated2007-10-30
Created At2007-06-22

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.

native bool GetMenuExitBackButton(Handle menu)

Parameters

Handle menu
Menu Handle.

Return Value

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

Error

Invalid Handle.