StatusBarPanelAutoSize Enumeration

 

Specifies how a StatusBarPanel on a StatusBar control behaves when the control resizes.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

type StatusBarPanelAutoSize

Member nameDescription
Contents

The width of the StatusBarPanel is determined by its contents.

None

The StatusBarPanel does not change size when the StatusBar control resizes.

Spring

The StatusBarPanel shares the available space on the StatusBar (the space not taken up by other panels whose AutoSize property is set to None or Contents) with other panels that have their AutoSize property set to Spring.

This enumeration is used by the StatusBarPanel.AutoSize property. The AutoSize property specifies how a StatusBarPanel is autosized on a StatusBar control.

The following code example demonstrates how to use the StatusBarPanelAutoSize enumeration and how to handle the PanelClick event.

To run the example, paste the following code in a form. Call the InitializeStatusBarPanels method in the form's constructor or Load event-handling method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: