show taskbar | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Displays the task bar on Windows systems. |
Introduced | 2.1 |
OS | windows |
Platforms | desktop, server |
Example |
|
Related | Command: 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. |