Break Property (AMenu)

Returns or sets whether a menu item is displayed as a menu break.

Syntax

Object.Break [ = enMenuBreak ]

The Break property syntax has the following parts:

 

Name

Type

Description

Object

AMenu

AMenu object

enMenuBreak

enumAMenuBreak

An integer specifying the type of menu break.

Where

enumAMenuBreak can be one of the following:

 

Name

Value

Description

amenuBreakNone

0 *

None. There will be no break.

amenuBreakColumn

1

Column. The list will be split into two columns just before that menu item.

amenuBreakBar

2

Bar. The list will be split as with Columns and there will be a vertical bar separating the columns.

Comments

 

Example

The following statement changes the AMenu's Break to split the into two columns just before that menu item:

mnu1.Break=amenuBreakColumn

Applies to

AMenu