TaskVisible

This property returns and sets a value that determines if an application appears in the Windows Task List.

Syntax

object.TaskVisible [= Boolean]

Parameters

object
Object expression that evaluates to an App object.
Boolean
Boolean expression that determines if an application appears in the Windows Task List. Following are the settings for Boolean:
True (default)
The application appears in the Task List.
False
The application does not appear in the Task List.

Remarks

The TaskVisible property can be set only 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.