System.Windows.Forms.MenuItem.Break Property

Gets or sets a value indicating whether the item is placed on a new line (for a menu item added to a System.Windows.Forms.MainMenu object) or in a new column (for a menu item or submenu item displayed in a System.Windows.Forms.ContextMenu).

Syntax

[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Browsable(false)]
public bool Break { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the MenuItem.Break property to create a menu where each menu is placed next to each other horizontally instead of in a vertical list. You can also use this property to create a menu bar that contains multiple rows of top-level menu items.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0