Form - ShowInTaskbar Property

Defines whether a form is shown in the Windows desktop Taskbar

Member of Form (PRIM_FORM)

Data Type - Enumeration

Details

The ShowInTaskBar property defines whether the form will appear as an item in the Windows task bar.

Allowed Values

Enum ValueDescription
FormStyleTaskbar item is goverened by the type of form as defined by the FormStyle property
NoDo not show the form in the task bar
YesShow the form in the task bar


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2