StatusBarPanel::MinWidth Property
.NET Framework (current version)
Gets or sets the minimum allowed width of the status bar panel within the StatusBar control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentException | A value less than 0 is assigned to the property. |
The MinWidth property is used when the AutoSize property is set to Contents or Spring to prevent the StatusBarPanel from automatically resizing to a width that is too small. When the AutoSize property is set to None, the MinWidth property is automatically set to the same value as the Width property.
.NET Framework
Available since 1.1
Available since 1.1
Show: