StatusBarPanelAutoSize Enum
Specifies how a StatusBarPanel control behaves when the control resizes.
public enum StatusBarPanelAutoSize
Fields
| Name | Description |
|---|---|
| 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 |