bool window.GetMenuCount()
Applicable Classes: All, Menu, MenuItem
Return Type: int
Parameters: none
Description:
GetMenuCount returns the number of child menu items of the calling menu.
If the menu is a menu item, it will have no children and this will return
0.
See Menu functions for an example.
See Also: Menu
Functions