hiGetBannerMenus
hiGetBannerMenus(w_windowId) =>l_menuSymbols/nil
Description
Returns a list of menus available in the menu bar of a window.
Argument
Values Returned
|
A list of all menu symbols contained in the menu bar. The menu symbols are returned in the order in which they appear on the menu bar, from left to right. |
|
Examples
Returns a list of menus available in hiGetCIWindow.
hiGetBannerMenus( hiGetCIWindow ( ) )
=> (hiOpenMenu hiDMMenu tcMenu hiPlotMenu hiFrameworkMenu transMenu)
Related Topics
Return to top