System.Windows.Forms.ToolStripItem.Overflow Property

Gets or sets whether the item is attached to the System.Windows.Forms.ToolStrip or System.Windows.Forms.ToolStripOverflowButton or can float between the two.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.ToolStripItemOverflow.AsNeeded)]
public ToolStripItemOverflow Overflow { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStripItem.Overflow property in stack layouts. In flow and table layouts, the System.Windows.Forms.ToolStrip overflow button is not rendered, and therefore the ToolStripItem.Overflow property is ignored.

Requirements

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