Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.258 ShowInTaskbar Property

Description:

Specifies whether to display the form in the Windows taskbar.

Used in control(s):

None.

Used in object:

Form

Values:

True - Displays the form in the Windows taskbar. (POW-TRUE)

False - Does not display the form in the Windows taskbar. (POW-FALSE)

If there is more than one ExcelConnection control on the form, PowerCOBOL uses the ShowExcel value of the control that is last in the control order.

Default value:

False - Does not display the form in the Windows taskbar. (POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.