MenuStrip::CanOverflow Property
.NET Framework (current version)
Gets or sets a value indicating whether the MenuStrip supports overflow functionality.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The overflow feature moves menu items to a drop-down menu when there is not enough room to display them in a MenuStrip. When you set the 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: