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!

StatusBar Constructor

Initializes a new default instance of the StatusBar class.

[Visual Basic]
Public Sub New()
[C#]
public StatusBar();
[C++]
public: StatusBar();
[JScript]
public function StatusBar();

Remarks

The default StatusBar has no panels.

When you create an instance of StatusBar, the following read/write properties are set to initial values.

Property Initial Value
BackgroundImage a null reference (in Visual Basic Nothing)
Dock DockStyle.Bottom
Font The font of the container.
ShowPanels false
SizingGrip true
TabStop false

You can change the value for any of these properties through a separate call to the property.

See Also

StatusBar Class | StatusBar Members | System.WinForms Namespace