DesktopMenuItem.HandleTypes

From Xojo Documentation

Enumeration
DesktopMenuItem.HandleTypes

New in 2021r3

Specifies the type of Window OS handle you wish to receive.

Values

Enum Description
WindowsParentHMENU The HMENU of the DesktopMenuItem if it is a submenu, otherwise it is the parent's HMENU.
WindowsCommandID The unique menu item identifier for the DesktopMenuItem, used by various Win32 APIs such as GetMenuItemInfo.

Notes

This is only for Windows. Linux and macOS both have only one type.