The MenuObject class provides methods to query, manipulate, and interact with the menu or submenu of a window.
Use of the MenuObjects requires that the following directive appear in the Rexx program.
::requires 'winSystm.cls'
Methods the MenuObject Class Defines
findItem
findSubmenu
idOf
ischecked
isMenu
isSubMenu
isSeparator
items
processItem
submenu
textOf(id)
textOf(position)
>>-isMenu------------------------------------------------------><
Returns 1 if the associated window is a menu, otherwise 0.