GetMenuExitButton Function

Returns whether or not the menu has an exit button. By default, menus have an exit button.

bool GetMenuExitButton(Handle menu)

Parameters

Handle menu

Menu Handle.

Return Value

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

Errors

Invalid Handle.