Description
- Hides a bar if visible; shows it otherwise.
Syntax
- Bar.HideShow(barname)
Parameters
- barname
- (string) name of the bar to format
Examples
- Bar.HideShow("Tools")
- Toggles the visibility of the bar named "Tools", showing it if it's hidden & hiding it otherwise.