Initializes a new default instance of the StatusBar class.
[Visual Basic] Public Sub New() [C#] public StatusBar(); [C++] public: StatusBar(); [JScript] public function StatusBar();
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.
StatusBar Class | StatusBar Members | System.WinForms Namespace