show taskbar

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
show taskbar
Summary

Displays the task bar on Windows systems.

Introduced2.1
OSwindows
Platformsdesktop, server
Example
show taskbar
if the controlKey is down then show taskbar
RelatedCommand: show, hide taskbar, show menubar
Glossary: task bar, Windows, command
Property: backdrop
Description

Use the show taskbar command to display the task bar if it has been hidden. For example, if the task bar is hidden, you might want to show it only if the user holds down the Control key.

The hide taskbar command can produce unexpected result when used in conjunction with backdrop operations. See the dictionary entry for more information.

The task bar can be hidden only on Windows systems. This command has no effect on Mac OS, OS X, or Unix systems.