ToolStripMenuItem::Overflow Property
.NET Framework (current version)
Gets or sets a value indicating whether the ToolStripMenuItem is attached to the ToolStrip or the ToolStripOverflowButton or whether it can float between the two.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolStripItemOverflow Overflow { ToolStripItemOverflow get(); void set(ToolStripItemOverflow value); }
Property Value
Type: System.Windows.Forms::ToolStripItemOverflowOne of the ToolStripItemOverflow values. The default is Never.
.NET Framework
Available since 2.0
Available since 2.0
Show: