Represents a panel in a System.Windows.Forms.StatusStrip control.
See Also: ToolStripStatusLabel Members
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.