Determines whether a System.Windows.Forms.ToolStripItem is placed in the overflow System.Windows.Forms.ToolStrip.
If there are more overflow items than can be displayed on the form, use the ToolStrip Items Collection Editor to manage this situation.
Member Name | Description |
---|---|
Always |
![]() Specifies that a System.Windows.Forms.ToolStripItem is permanently shown in the overflow System.Windows.Forms.ToolStrip. |
AsNeeded |
![]() Specifies that a System.Windows.Forms.ToolStripItem drifts between the main System.Windows.Forms.ToolStrip and the overflow System.Windows.Forms.ToolStrip as required if space is not available on the main System.Windows.Forms.ToolStrip. |
Never |
![]() Specifies that a System.Windows.Forms.ToolStripItem is never a candidate for the overflow System.Windows.Forms.ToolStrip. If the System.Windows.Forms.ToolStripItem cannot fit on the main System.Windows.Forms.ToolStrip, it will not be shown. |