StatusStrip::CanOverflow Property
.NET Framework (current version)
Gets or sets a value indicating whether the StatusStrip supports overflow functionality.
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 if the StatusStrip supports overflow functionality; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: