Vcl.Menus.TMenuBreak
Delphi
TMenuBreak = (mbNone, mbBreak, mbBarBreak);
C++
enum DECLSPEC_DENUM TMenuBreak : unsigned char { mbNone, mbBreak, mbBarBreak };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | Vcl.Menus |
Description
TMenuBreak indicates the criterion to use when locating menu items.
TMenuBreak values indicate the criterion to use when locating a menu item.
The following table gives the possible values:
| Value | Meaning |
|---|---|
|
mbNone |
No menu breaking occurs. |
|
mbBarBreak |
The Parent menu breaks into another column with the menu item appearing at the top of the new column. A bar separates the new and the old columns. |
|
mbBreak |
The Parent menu breaks into another column with the menu item appearing at the top of the new column. Only space separates the new and the old columns. |