﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ToolStripStatusLabel" FullName="System.Windows.Forms.ToolStripStatusLabel"><TypeSignature Language="C#" Value="public class ToolStripStatusLabel : System.Windows.Forms.ToolStripLabel" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Windows.Forms.ToolStripLabel</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> is a version of <see cref="T:System.Windows.Forms.ToolStripLabel" /> designed specifically for use in <see cref="T:System.Windows.Forms.StatusStrip" />. The special features include <see cref="P:System.Windows.Forms.ToolStripStatusLabel.BorderStyle" />, <see cref="P:System.Windows.Forms.ToolStripStatusLabel.BorderSides" />, and <see cref="P:System.Windows.Forms.ToolStripStatusLabel.Spring" />.</para><para>A <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> can contain text or an icon that reflects the status of an application. Use the <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> class to find, add, or remove <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> objects.</para><para>Although <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> replaces and adds functionality to the <see cref="T:System.Windows.Forms.StatusBarPanel" /> control of previous versions, <see cref="T:System.Windows.Forms.StatusBarPanel" /> is retained for both backward compatibility and future use if you choose.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a panel in a <see cref="T:System.Windows.Forms.StatusStrip" /> control. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ToolStripStatusLabel ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> class. </para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ToolStripStatusLabel (System.Drawing.Image image);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="image" Type="System.Drawing.Image" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> class that displays the specified image. </para></summary><param name="image"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Drawing.Image" /> that is displayed on the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ToolStripStatusLabel (string text);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="text" Type="System.String" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> class that displays the specified text.</para></summary><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.String" /> representing the text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ToolStripStatusLabel (string text, System.Drawing.Image image);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="text" Type="System.String" /><Parameter Name="image" Type="System.Drawing.Image" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> class that displays the specified image and text.</para></summary><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.String" /> representing the text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param><param name="image"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Drawing.Image" /> that is displayed on the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ToolStripStatusLabel (string text, System.Drawing.Image image, EventHandler onClick);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="text" Type="System.String" /><Parameter Name="image" Type="System.Drawing.Image" /><Parameter Name="onClick" Type="System.EventHandler" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> class that displays the specified image and text, and that carries out the specified action when the user clicks the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</para></summary><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.String" /> representing the text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param><param name="image"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Drawing.Image" /> that is displayed on the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param><param name="onClick"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the action to carry out when the control is clicked.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ToolStripStatusLabel (string text, System.Drawing.Image image, EventHandler onClick, string name);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="text" Type="System.String" /><Parameter Name="image" Type="System.Drawing.Image" /><Parameter Name="onClick" Type="System.EventHandler" /><Parameter Name="name" Type="System.String" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> class with the specified name that displays the specified image and text, and that carries out the specified action when the user clicks the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</para></summary><param name="text"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.String" /> representing the text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param><param name="image"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Drawing.Image" /> that is displayed on the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param><param name="onClick"><attribution license="cc4" from="Microsoft" modified="false" />Specifies the action to carry out when the control is clicked.</param><param name="name"><attribution license="cc4" from="Microsoft" modified="false" />The name of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Alignment"><MemberSignature Language="C#" Value="public System.Windows.Forms.ToolStripItemAlignment Alignment { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ToolStripItemAlignment</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The meaning of the <see cref="P:System.Windows.Forms.ToolStripStatusLabel.Alignment" /> property is affected by the setting of the <see cref="P:System.Windows.Forms.ToolStripItem.RightToLeft" /> property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value that determines where the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> is aligned on the <see cref="T:System.Windows.Forms.StatusStrip" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="BorderSides"><MemberSignature Language="C#" Value="public System.Windows.Forms.ToolStripStatusLabelBorderSides BorderSides { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ToolStripStatusLabelBorderSides</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value that indicates which sides of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> show borders.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(System.Windows.Forms.ToolStripStatusLabelBorderSides.None)</AttributeName></Attribute></Attributes></Member><Member MemberName="BorderStyle"><MemberSignature Language="C#" Value="public System.Windows.Forms.Border3DStyle BorderStyle { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.Border3DStyle</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the border style of the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(System.Windows.Forms.Border3DStyle.Flat)</AttributeName></Attribute></Attributes></Member><Member MemberName="DefaultMargin"><MemberSignature Language="C#" Value="protected override System.Windows.Forms.Padding DefaultMargin { get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Windows.Forms.Padding</ReturnType></ReturnValue><Docs><summary>To be added.</summary><value>To be added.</value><remarks>To be added.</remarks></Docs></Member><Member MemberName="GetPreferredSize"><MemberSignature Language="C#" Value="public override System.Drawing.Size GetPreferredSize (System.Drawing.Size constrainingSize);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Drawing.Size</ReturnType></ReturnValue><Parameters><Parameter Name="constrainingSize" Type="System.Drawing.Size" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves the size of a rectangular area into which a <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> can be fitted.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An ordered pair of type <see cref="T:System.Drawing.Size" />, representing the width and height of a rectangle.</para></returns><param name="constrainingSize"><attribution license="cc4" from="Microsoft" modified="false" />The custom-sized area for a control.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="OnPaint"><MemberSignature Language="C#" Value="protected override void OnPaint (System.Windows.Forms.PaintEventArgs e);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="e" Type="System.Windows.Forms.PaintEventArgs" /></Parameters><Docs><param name="e">To be added.</param><summary>To be added.</summary><remarks>To be added.</remarks><since version=".NET 2.0" /></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Spring"><MemberSignature Language="C#" Value="public bool Spring { set; get; }" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Set the <see cref="P:System.Windows.Forms.ToolStripStatusLabel.Spring" /> property to true to enable the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> to smoothly resize along with its container.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripStatusLabel" /> automatically fills the available space on the <see cref="T:System.Windows.Forms.StatusStrip" /> as the form is resized. </para></summary></Docs></Member></Members><Attributes><Attribute><AttributeName>System.Windows.Forms.Design.ToolStripItemDesignerAvailability(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip)</AttributeName></Attribute></Attributes></Type>