mApplication.showOnTaskBar()

Availability

SupportPCMacPackage (AS3) / Scope (AS2)
ActionScript 3.0

4.0 or later

Not Applicable

stm.mprojector.mApplication

ActionScript 2.0

2.0 or later

Not Applicable

global

Usage

mApplication.showOnTaskBar(show:Boolean) : Void

Parameters

show - True or false.

Returns

Nothing.

Description

Method; Shows or hides the application task bar button.

ActionScript 3.0 Example:

The following example hides the task bar button.

import stm.mprojector.mApplication;

mApplication.showOnTaskBar(false);

ActionScript 2.0 Example:

The following example hides the task bar button.

mApplication.showOnTaskBar(false);

See Also

mWindow.showOnTaskBar()

Code Examples

Application Basics, Alert User