Permalink
Fetching contributors…
Cannot retrieve contributors at this time
44 lines (37 sloc) 1.94 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
StatusStrip Control
03/30/2017
.net-framework
dotnet-winforms
article
jsharp
StatusStrip control [Windows Forms]
status bars
eb1e59da-0a48-4ce5-af7d-13b8e75af4b1
12
dotnet-bot
dotnetcontent
wpickett

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, StatusStrip Items Collection Editor.

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

Controls to Use on Windows Forms