Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.181 MenuBreak Property

Description:

Determines whether the menu is split immediately before the menu item.

Used in object:

MenuItem

Values (with constants):

0 - Not MenuBreak:(POW-NOBREAK)
Menu is not split.

1 - MenuBreak:(POW-BREAK)
Menu is split into two or more columns.

2 - MenuBarBreak:(POW-BARBREAK)
Menu is split with a vertical bar between columns.

Default value:

0 - Not MenuBreak:(POW-NOBREAK)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.