NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StatusBarPanelAutoSize Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace