MenuItem.Count

From Xojo Documentation

Method

MenuItem.Count() As Integer

New in 5.0

Supported for all project types and targets.

Returns as an Integer the number of children a menu owns.

Notes

For a menu item, it returns the number of submenu items, if any. If there are no submenu items, it returns zero.