lmgrShowToolBar
lmgrShowToolBar(t_toolbarName g_show) =>t / nil
Description
Displays the specified toolbar when the Library Manager is launched and returns the previous show state specified.
Arguments
Value Returned
|
The toolbar was previously set to be hidden or invalid name was specified. |
Examples
Displays the toolbar named toolBar when the Library Manager is launched and returns the previous show state for the toolbar.
lmgrShowToolBar( "toolBar" t )
Related Topics
Return to top