hiGetNumMenus
hiGetNumMenus(w_windowId) =>x_numMenus
Description
Returns the number of menus in the menu bar of a window.
Argument
Values Returned
Examples
Returns the number of menus in the menu bar of hiGetWindow.
hiGetNumMenus( hiGetCIWindow ( ) )
=> 6
Related Topics
Return to top