SetMenuNoVoteButton Function

Sets whether or not the menu has a "no vote" button in slot 1. By default, menus do not have a no vote button.

bool SetMenuNoVoteButton(Handle menu, bool button)

Parameters

Handle menu

Menu Handle.

bool button

True to enable the button, false to remove it.

Return Value

True if allowed; false on failure.

Errors

Invalid Handle.