TaskVisible

Returns or sets a value that determines if the application appears in the Windows task list.

Syntax

object.TaskVisible [= boolean]

The parts of the TaskVisible property syntax are described in the following table.

Part Description
object An object expression that evaluates to an object.
boolean A Boolean expression that determines if the application appears in the task list, as described in Settings.

Settings

The settings for boolean are described in the following table.

Setting Description
True (Default) The application appears in the Windows task list.
False The application does not appear in the Windows task list.

Remarks

The TaskVisible property can only be set to False in applications that do not display an interface, such as ActiveX components that do not contain or display Form objects. While the application displays an interface, the TaskVisible property is automatically set to True.