Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.66 ControlBox Property

Description:

Determines whether the title bar contains the application icon (control box at the top-left of the form).

Used in object:

Form

Values (with constants):

True - Includes the control box(POW-TRUE)

False - Does not include the control box(POW-FALSE)

When it is True, the title bar includes the close, resize, minimize and maximize buttons depending on the form style.

Default value:

True(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