.. highlightlang:: us .. index:: AppGetBar .. _appgetbar: AppGetBar ========= .. us.tag AppGetBar ENGLISH App Toolbar :ref:`AppGetBar` checks if the status bar or one of the toolbars is visible. .. function:: bIsVisible = AppGetBar(ssBar) .. us.return **Return Value** The function returns TRUE (1), if the given bar is visible and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: ssBar is one of the folowing strings: ``"Standard"``, ``"Diagram"``, ``"Data"``, ``"Import"``, ``"Palette"``, ``"DatasetStyle"``, ``"Format"``, ``"Cursor"``, ``"Status"``, ``"Userbar"``. .. us.comment **Comment** The toolbar ``"Userbar"`` can be customized in the :ref:`tools-customize-user-toolbar` dialog. .. seealso:: :ref:`overview-application-object`, :ref:`AppSetBar` :sub:`id-748646`