Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.183 MinButton Property

Description:

Determines whether the minimize button is displayed in the title bar.

Used in control(s):

Form

Values (with constants):

True - Displays the minimize button.(POW-TRUE)

False - Does not display the minimize button.(POW-FALSE)

Default value:

True - Displays the minimize button.(POW-TRUE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Not accessible.

Backward compatibility attribute:

None.