AppSetBarΒΆ

AppSetBar switches the status bar or one of the toolbars on or off.

bool = AppSetBar(ssBar, bOn)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

ssBar

is one of the following strings: "Standard", "Diagram", "Data", "Import", "Palette", "DatasetStyle", "Format", "Cursor", "Status", "Userbar".

bOn

If bOn is TRUE (1), the bar will be displayed. If bOn is FALSE (0), the bar will be hidden.

Comment

The toolbar "Userbar" can be customized in the Tools=>Customize User Toolbar dialog.

id-699494