System.Windows.Forms.ToolStripStatusLabel Class

Represents a panel in a System.Windows.Forms.StatusStrip control.

See Also: ToolStripStatusLabel Members

Syntax

[System.Windows.Forms.Design.ToolStripItemDesignerAvailability(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip)]
public class ToolStripStatusLabel : ToolStripLabel

Remarks

System.Windows.Forms.ToolStripStatusLabel is a version of System.Windows.Forms.ToolStripLabel designed specifically for use in System.Windows.Forms.StatusStrip. The special features include ToolStripStatusLabel.BorderStyle, ToolStripStatusLabel.BorderSides, and ToolStripStatusLabel.Spring.

A System.Windows.Forms.ToolStripStatusLabel can contain text or an icon that reflects the status of an application. Use the System.Windows.Forms.ToolStripItemCollection class to find, add, or remove System.Windows.Forms.ToolStripStatusLabel objects.

Although System.Windows.Forms.ToolStripStatusLabel replaces and adds functionality to the System.Windows.Forms.StatusBarPanel control of previous versions, System.Windows.Forms.StatusBarPanel is retained for both backward compatibility and future use if you choose.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0