RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuItem.Break Property

Determines whether the menu item starts a new column in the menu.

Pascal
property Break: TMenuBreak;
C++
__property TMenuBreak Break;

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). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!