CreateMenu Function

Creates a new, empty menu using the default style.

Menu CreateMenu(MenuHandler handler, MenuAction actions)

Parameters

MenuHandler handler

Function which will receive menu actions.

MenuAction actions

Optionally set which actions to receive. Select, Cancel, and End will always be received regardless of whether they are set or not. They are also the only default actions.

Return Value

A new menu Handle.