Specifies how a panel on a status bar changes when the status bar resizes.
[Visual Basic] Public Enum StatusBarPanelAutoSize [C#] public enum StatusBarPanelAutoSize [C++] public enum StatusBarPanelAutoSize
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Contents | The width of the panel is determined by its contents. |
None | The panel does not change its size when the status bar resizes. |
Spring | The panel shares the available status bar space (the space not taken up by panels with the None and Contents settings) with other panels that have the Spring setting. |
Namespace: System.WinForms
Assembly: System.WinForms.dll