Files
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.5 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
ToolStripStatusLabel Control Overview 03/30/2017
ToolStripStatusLabel
ToolStripStatusLabel control [Windows Forms], aboutToolStripStatusLabel control
status bars
0b9c991e-a9fa-4609-9e1b-caadaef93821

ToolStripStatusLabel Control Overview

The xref:System.Windows.Forms.ToolStripStatusLabel is a label for a xref:System.Windows.Forms.StatusStrip. Like the xref:System.Windows.Forms.Label or xref:System.Windows.Forms.ToolStripLabel, the xref:System.Windows.Forms.ToolStripStatusLabel provides a non-clickable display area for text, images, or both. The xref:System.Windows.Forms.ToolStripStatusLabel is hosted by a xref:System.Windows.Forms.StatusStrip.

Important ToolStripStatusLabel Members

Name Description
xref:System.Windows.Forms.ToolStripStatusLabel.Spring%2A Gets or sets a value indicating whether the xref:System.Windows.Forms.ToolStripStatusLabel automatically fills the available space on the xref:System.Windows.Forms.StatusStrip as the form is resized
xref:System.Windows.Forms.ToolStripStatusLabel.BorderSides%2A Gets or sets a value that indicates which sides of the xref:System.Windows.Forms.ToolStripStatusLabel show borders.
xref:System.Windows.Forms.ToolStripStatusLabel.BorderStyle%2A Gets or sets the border style of the xref:System.Windows.Forms.ToolStripStatusLabel.

See also