setCommandBarVisible (Client API reference)

Sets the command bar visibility.

Note

This method is supported only on Unified Interface.

Syntax

formContext.ui.headerSection.setCommandBarVisible(bool);

Parameter

Name Type Required Description
bool Boolean Yes Specify true to show the command bar; false to hide the command bar.

formContext.ui.headerSection