Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/statusstrip-control.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.6 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
StatusStrip Control 03/30/2017
StatusStrip control [Windows Forms]
status bars
eb1e59da-0a48-4ce5-af7d-13b8e75af4b1

StatusStrip Control

The Windows Forms StatusStrip control is used on forms as an area, usually displayed at the bottom of a window, in which an application can display various kinds of status information. StatusStrip controls typically have ToolStripStatusLabel controls on them that display text or icons to indicate state, or a xref:System.Windows.Forms.ToolStripProgressBar that graphically displays the completion state of a process.

In This Section

StatusStrip Control Overview
Explains what this control is and its key features and properties.

How to: Use the Spring Property Interactively in a StatusStrip
Demonstrates using the Spring property to interactively center a ToolStripStatusLabel in a StatusStrip.

Also see StatusStrip Items Collection Editor and StatusStrip Tasks Dialog Box.

Reference

xref:System.Windows.Forms.StatusStrip
Provides reference information on the class and its members.

xref:System.Windows.Forms.ToolStripStatusLabel
Provides reference information on the class and its members.

See also