Gets or sets a value indicating whether the System.Windows.Forms.MenuStrip supports overflow functionality.
Documentation for this section has not yet been entered.
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.