mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* 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
1.5 KiB
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 |
|
|
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. |