hiIsMenuSlotFilled
hiIsMenuSlotFilled(w_windowId x_position) =>t / nil
Description
Checks whether a menu already exists in the specified position in the menu bar of a window.
Arguments
|
Integer specifying the position in the menu bar that you want to check. Positions on the menu bar are numbered from left to right, starting at 0. |
Value Returned
Examples
Checks whether a menu already exists in the 5th position in the menu bar of hiGetCIWindow.
hiIsMenuSlotFilled( hiGetCIWindow( ) 5 )
=> t
Related Topics
Return to top