Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Base Menu - Items Property

Panel
bgColor#2c3c4c

Collection of items in the component

Member of Base Menu (PRIM_MENU)

Data Type - Collection ofPRIM_MITM - Menu item used to construct menus

Details

Collection of all items in the menu.

Example

Iterating over the selected items in a list

     For each(#Item) In(#List.Items) 

Continue (*Not #Item.Selected)
* User processing here

Endfor


See also

All Component Classes

Technical Reference