StatusBarPanel.MinWidth Property

Definition

Gets or sets the minimum allowed width of the status bar panel within the StatusBar control.

public:
 property int MinWidth { int get(); void set(int value); };
public int MinWidth { get; set; }
member this.MinWidth : int with get, set
Public Property MinWidth As Integer

Property Value

The minimum width, in pixels, of the StatusBarPanel.

Exceptions

A value less than 0 is assigned to the property.

Remarks

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.

Applies to

See also