.. highlightlang:: us .. index:: AppSetBar .. _appsetbar: AppSetBar ========= .. us.tag AppSetBar ENGLISH App Toolbar :ref:`AppSetBar` switches the status bar or one of the toolbars on or off. .. function:: bool = AppSetBar(ssBar, bOn) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: ssBar is one of the following strings: ``"Standard"``, ``"Diagram"``, ``"Data"``, ``"Import"``, ``"Palette"``, ``"DatasetStyle"``, ``"Format"``, ``"Cursor"``, ``"Status"``, ``"Userbar"``. .. uparam:: bOn If *bOn* is TRUE (1), the bar will be displayed. If *bOn* is FALSE (0), the bar will be hidden. .. us.comment **Comment** The toolbar ``"Userbar"`` can be customized in the :ref:`tools-customize-user-toolbar` dialog. .. seealso:: :ref:`overview-application-object`, :ref:`AppGetBar` :sub:`id-699494`