ToolStripMenuItem::Overflow Property

 

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.

Namespace:   System.Windows.Forms
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::ToolStripItemOverflow

One of the ToolStripItemOverflow values. The default is Never.

.NET Framework
Available since 2.0
Return to top
Show: