CreatePopupMenuEx

www.progui.co.uk  Top  Previous  Next

CreatePopupMenuEx()

Syntax

WindowsID.i = CreatePopupMenuEx(MenuID.l, Style.l)

Description

Creates an empty extended popup menu. MenuID is the internal ID to be used and if #ProGUI_Any is used then the returned value will be the new MenuEx ID. Style specifies what graphical style the menu is to use, see CreateMenuEx.

Returns the Windows ID (HMENU) of the extended popup menu (or if #ProGUI_Any is used the MenuEx ID) or zero if the command failed.

See MenuItemEx.

 

MenuEx Index