ToolStripDropDown::CanOverflow Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets or sets a value indicating whether the items in a ToolStripDropDown can be sent to an overflow menu.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool CanOverflow { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue to send ToolStripDropDown items to an overflow menu; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: