.. highlightlang:: us .. index:: AppGetToolbarInfo .. _appgettoolbarinfo: AppGetToolbarInfo ================= .. us.tag AppGetToolbarInfo ENGLISH App New5100 :ref:`AppGetToolbarInfo` returns a matrix with toolbar names and an information if the toolbar is visible. .. function:: smInfo = AppGetToolbarInfo() .. us.return **Return Value** *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. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.10.0 - New .. seealso:: :ref:`overview-application-object`, :ref:`AppSetToolbarInfo` :sub:`id-750753`