PopupMenu.insertItem Method [AX 2012]

Inserts an item in the pop-up menu.

public int insertItem(
    LabelType name, 
   [boolean check, 
    boolean grayed, 
    int flags, 
    int itemHdl])

Run On

Client

Parameters

name
Type: LabelType Extended Data Type
check
Type: boolean
grayed
Type: boolean
flags
Type: int
itemHdl
Type: int

Return Value

Type: int
The item handle of the item inserted.

Community Additions

ADD
Show: