ShowInTaskBar

This property returns and sets a value that determines whether a Form object appears in the Windows CE taskbar.

Syntax

object.ShowInTaskBar

Parameters

object
Object expression that evaluates to a Form object.

Following are the settings for the ShowInTaskbar property:

True (default)
The Form object appears in the taskbar.
False
The Form object does not appear in the taskbar.

Remarks

The ShowInTaskbar property is read-only at run time.

Use ShowInTaskbar to keep dialog boxes in your application from appearing in the taskbar.

The default value forShowInTaskbar assumes the default setting for the BorderStyle property of the Form object (sizable). Changing the BorderStyle property may change the setting of the ShowInTaskbar property.