Defines whether a form is shown in the Windows desktop Taskbar
Member of Form (PRIM_FORM)
Data Type - Enumeration
The ShowInTaskBar property defines whether the form will appear as an item in the Windows task bar.
Enum Value | Description |
---|---|
FormStyle | Taskbar item is goverened by the type of form as defined by the FormStyle property |
No | Do not show the form in the task bar |
Yes | Show the form in the task bar |
Febuary 18 V14SP2