.. highlightlang:: us .. index:: AppSetToolbarInfo .. _appsettoolbarinfo: AppSetToolbarInfo ================= .. us.tag AppSetToolbarInfo ENGLISH App New5100 :ref:`AppSetToolbarInfo` switches toolbars on or off. .. function:: bool = AppSetToolbarInfo(smInfo) bool = AppSetToolbarInfo(smInfo, bAutoArrange) .. us.return **Return Value** .. us.params **Parameters** .. uparam:: smInfo *smInfo* is a string matrix with two columns. The first column contains "1", if the toolbar is visible or "0", if the toolbar is not displayed. The second column contains the toolbar name. .. uparam:: bAutoArrange If *bAutoArrange* is TRUE (1), if the toolbars arranged automatically. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.10.0 - New .. seealso:: :ref:`overview-application-object`, :ref:`AppGetToolbarInfo` :sub:`id-475483`