ToolStrip::OverflowButton Property

 

Gets the ToolStripItem that is the overflow button for a ToolStrip with overflow enabled.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property ToolStripOverflowButton^ OverflowButton {
	ToolStripOverflowButton^ get();
}

Property Value

Type: System.Windows.Forms::ToolStripOverflowButton^

An object of type ToolStripOverflowButton with its ToolStripItemAlignment set to Right and its ToolStripItemOverflow value set to Never.

.NET Framework
Available since 2.0
Return to top
Show: