hiDeleteBannerMenu
hiDeleteBannerMenu(w_windowId x_menuPosition) =>t / nil
Description
Deletes a menu from the menu bar of a window.
Arguments
|
Integer specifying the position of the menu that you want to delete. 0 represents the leftmost user-defined menu on the menu bar, 1 the one to its right, and so on. |
Values Returned
Examples
Deletes the left-most menu from the menu bar of hiGetCurrentWindow.
hiDeleteBannerMenu(hiGetCurrentWindow( ) 0)
=> t
Related Topics
Return to top