Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.175 MaxButton Property

Description:

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

Used in object:

Form

Values (with constants):

True - Display the maximize button.(POW-TRUE)

False - Do not display the maximize button.(POW-FALSE)

Default value:

True - Display the maximize 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.