With the introduction of the EDEN editor, the CT_MENU and CT_MENU_STRIP type controls were introduced. To compliment these, a suite of scripting commands were also added:
- menuAction
- menuAdd
- menuChecked
- menuClear
- menuCollapse
- menuData
- menuDelete
- menuEnable
- menuEnabled
- menuExpand
- menuHover
- menuPicture
- menuSetAction
- menuSetCheck
- menuSetData
- menuSetPicture
- menuSetValue
- menuShortcut
- menuShortcutText
- menuSize
- menuSort
- menuText
- menuURL
- menuValue
None of these commands appear to work at all with a CT_MENU control. They do however work as intended with a CT_MENU_STRIP control. (See the dev branch changelog here)