PopupMenu::create Method [AX 2012]

Creates a popup menu by building upon another popup menu that is not necessarily built by using the PopupMenu class.

client public static PopupMenu create(int hmenu, [int windowHdl])

Run On

Client

Parameters

hmenu
Type: int
windowHdl
Type: int

Return Value

Type: PopupMenu Class
An instance of a popup menu.

Use this method when you want to build upon another popup menu that is not necessarily built by using the PopupMenu Class (for example, the standard system-generated popup menu).

Show: