This property returns and sets a value that determines whether a Form object appears in the Windows CE taskbar.
object.ShowInTaskBar
Following are the settings for the ShowInTaskbar property:
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.