System.Windows.Forms.ToolStrip.CanOverflow Property

Gets or sets a value indicating whether items in the System.Windows.Forms.ToolStrip can be sent to an overflow menu.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Set the ToolStrip.CanOverflow property to true to send a System.Windows.Forms.ToolStrip item to an overflow menu when the item's content exceeds the width of the toolbar.

Note:

If there are more overflow items than can be displayed on the form, use the ToolStrip Items Collection Editor to manage this situation.

Requirements

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