hiGetWindowToolbars
hiGetWindowToolbars(w_windowId) =>l_toolbars
Description
Gets the list of toolbars that a window contains. The toolbars are listed in the order in which they were placed in the window with hiPlaceToolbar.
Argument
Value Returned
|
List of toolbar handles, in the order in which they were placed in the window with |
Example
hiGetWindowToolbars( window ( 1 ) )
Related Topics
Return to top