System.Windows.Forms.MenuStrip.CanOverflow Property

Gets or sets a value indicating whether the System.Windows.Forms.MenuStrip supports overflow functionality.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The overflow feature moves menu items to a drop-down menu when there is not enough room to display them in a System.Windows.Forms.MenuStrip. When you set the MenuStrip.CanOverflow property to true, you must also enable overflow for specific menu items by setting the ToolStripMenuItem.Overflow property. By default, menu items are not displayed if they cannot fit within the available space.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0