Vcl.Menus.TMenuItem.Break
Delphi
property Break: TMenuBreak read FBreak write SetBreak default mbNone;
C++
__property TMenuBreak Break = {read=FBreak, write=SetBreak, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuItem |
Description
Determines whether the menu item starts a new column in the menu.
Set Break to break a long menu into columns at the item described by this menu item. The value of Break indicates whether the menu is broken into columns, and if so, whether a bar appears between the columns of the parent menu.
The default is mbNone (no breaking into columns).