Menus.TMenuBreak

From RAD Studio VCL Reference
Jump to: navigation, search

Delphi Information

From Menus.pas

TMenuBreak = {
	mbNone,
	mbBreak,
	mbBarBreak
};


Unit: Menus

Type: enum

C++ Information

From Menus.hpp

enum TMenuBreak{
	mbNone,
	mbBreak,
	mbBarBreak
};


Unit: Menus

Type: enum

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.

Personal tools
Translations
Newest Version