ToolStrip::OverflowButton Property
.NET Framework (current version)
Gets the ToolStripItem that is the overflow button for a ToolStrip with overflow enabled.
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
Available since 2.0
Show: