show

show the toolbar

void show(string id);
idstringthe id of the toolbar

Example

// hides the toolbar
vault.toolbar.hide("switch");
 
// shows the toolbar again
vault.toolbar.show("switch");

Related samples

See also
  • API
  • Back to top