# C1.Win.C1Input.C1Label

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_C1Label" data-uid="C1.Win.C1Input.C1Label" class="text-break">C1Label Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Windows read-only data bound control displaying formatted data.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.label">Label</a></div>
    <div class="level5"><span class="xref">C1Label</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.automation.iautomationliveregion">IAutomationLiveRegion</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_C1Label_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Label), &quot;C1Label.png&quot;)]
public class C1Label : Label, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IAutomationLiveRegion, ICustomTypeDescriptor, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Label), &quot;C1Label.png&quot;)&gt;
Public Class C1Label
    Inherits Label
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IAutomationLiveRegion, ICustomTypeDescriptor, ISupportInitialize</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1Label__ctor" data-uid="C1.Win.C1Input.C1Label.#ctor">
          <a class="xref" href="C1.Win.C1Input.C1Label.-ctor.html#C1_Win_C1Input_C1Label__ctor">C1Label()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1Label class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1Label_BorderColor" data-uid="C1.Win.C1Input.C1Label.BorderColor">
          <a class="xref" href="C1.Win.C1Input.C1Label.BorderColor.html#C1_Win_C1Input_C1Label_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_BorderStyle" data-uid="C1.Win.C1Input.C1Label.BorderStyle">
          <a class="xref" href="C1.Win.C1Input.C1Label.BorderStyle.html#C1_Win_C1Input_C1Label_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_CaseSensitive" data-uid="C1.Win.C1Input.C1Label.CaseSensitive">
          <a class="xref" href="C1.Win.C1Input.C1Label.CaseSensitive.html#C1_Win_C1Input_C1Label_CaseSensitive">CaseSensitive</a>
        </td>
        <td class="markdown level1 summary"><p>True if string comparisons are case-sensitive; otherwise, False.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_Culture" data-uid="C1.Win.C1Input.C1Label.Culture">
          <a class="xref" href="C1.Win.C1Input.C1Label.Culture.html#C1_Win_C1Input_C1Label_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>The culture ID.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_CultureInfo" data-uid="C1.Win.C1Input.C1Label.CultureInfo">
          <a class="xref" href="C1.Win.C1Input.C1Label.CultureInfo.html#C1_Win_C1Input_C1Label_CultureInfo">CultureInfo</a>
        </td>
        <td class="markdown level1 summary"><p>The current CultureInfo object (available at runtime).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_CultureName" data-uid="C1.Win.C1Input.C1Label.CultureName">
          <a class="xref" href="C1.Win.C1Input.C1Label.CultureName.html#C1_Win_C1Input_C1Label_CultureName">CultureName</a>
        </td>
        <td class="markdown level1 summary"><p>The name selected for the Culture property in the Properties grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_CurrentTimeZone" data-uid="C1.Win.C1Input.C1Label.CurrentTimeZone">
          <a class="xref" href="C1.Win.C1Input.C1Label.CurrentTimeZone.html#C1_Win_C1Input_C1Label_CurrentTimeZone">CurrentTimeZone</a>
        </td>
        <td class="markdown level1 summary"><p>If True, the control�s stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_CustomFormat" data-uid="C1.Win.C1Input.C1Label.CustomFormat">
          <a class="xref" href="C1.Win.C1Input.C1Label.CustomFormat.html#C1_Win_C1Input_C1Label_CustomFormat">CustomFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Custom format specifier used if FormatType = FormatTypeEnum.CustomFormat.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_DataField" data-uid="C1.Win.C1Input.C1Label.DataField">
          <a class="xref" href="C1.Win.C1Input.C1Label.DataField.html#C1_Win_C1Input_C1Label_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>The field of the data source object to which the control is bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_DataSource" data-uid="C1.Win.C1Input.C1Label.DataSource">
          <a class="xref" href="C1.Win.C1Input.C1Label.DataSource.html#C1_Win_C1Input_C1Label_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>The data source object to which the control is bound.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_DataType" data-uid="C1.Win.C1Input.C1Label.DataType">
          <a class="xref" href="C1.Win.C1Input.C1Label.DataType.html#C1_Win_C1Input_C1Label_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Type of the Value property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_DaylightTimeAdjustment" data-uid="C1.Win.C1Input.C1Label.DaylightTimeAdjustment">
          <a class="xref" href="C1.Win.C1Input.C1Label.DaylightTimeAdjustment.html#C1_Win_C1Input_C1Label_DaylightTimeAdjustment">DaylightTimeAdjustment</a>
        </td>
        <td class="markdown level1 summary"><p>The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes (used only if CurrentTimeZone = False).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_DefaultThemeRootPath" data-uid="C1.Win.C1Input.C1Label.DefaultThemeRootPath">
          <a class="xref" href="C1.Win.C1Input.C1Label.DefaultThemeRootPath.html#C1_Win_C1Input_C1Label_DefaultThemeRootPath">DefaultThemeRootPath</a>
        </td>
        <td class="markdown level1 summary"><p>Default path for the control in xml theme file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_EmptyAsNull" data-uid="C1.Win.C1Input.C1Label.EmptyAsNull">
          <a class="xref" href="C1.Win.C1Input.C1Label.EmptyAsNull.html#C1_Win_C1Input_C1Label_EmptyAsNull">EmptyAsNull</a>
        </td>
        <td class="markdown level1 summary"><p>If True, empty strings are interpreted as null values (DbNull).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_ErrorProvider" data-uid="C1.Win.C1Input.C1Label.ErrorProvider">
          <a class="xref" href="C1.Win.C1Input.C1Label.ErrorProvider.html#C1_Win_C1Input_C1Label_ErrorProvider">ErrorProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an ErrorProvider object used to indicate error state of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_FormatInfo" data-uid="C1.Win.C1Input.C1Label.FormatInfo">
          <a class="xref" href="C1.Win.C1Input.C1Label.FormatInfo.html#C1_Win_C1Input_C1Label_FormatInfo">FormatInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Format used to display the value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_FormatType" data-uid="C1.Win.C1Input.C1Label.FormatType">
          <a class="xref" href="C1.Win.C1Input.C1Label.FormatType.html#C1_Win_C1Input_C1Label_FormatType">FormatType</a>
        </td>
        <td class="markdown level1 summary"><p>Enumeration value determining the formatting metod, including standard .NET format specifiers, custom and programmatic formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_GMTOffset" data-uid="C1.Win.C1Input.C1Label.GMTOffset">
          <a class="xref" href="C1.Win.C1Input.C1Label.GMTOffset.html#C1_Win_C1Input_C1Label_GMTOffset">GMTOffset</a>
        </td>
        <td class="markdown level1 summary"><p>The time zone of the Value property used if CurrentTimeZone = False.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_MaskInfo" data-uid="C1.Win.C1Input.C1Label.MaskInfo">
          <a class="xref" href="C1.Win.C1Input.C1Label.MaskInfo.html#C1_Win_C1Input_C1Label_MaskInfo">MaskInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Edit mask settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_NullText" data-uid="C1.Win.C1Input.C1Label.NullText">
          <a class="xref" href="C1.Win.C1Input.C1Label.NullText.html#C1_Win_C1Input_C1Label_NullText">NullText</a>
        </td>
        <td class="markdown level1 summary"><p>String representing a DbNull value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_Padding" data-uid="C1.Win.C1Input.C1Label.Padding">
          <a class="xref" href="C1.Win.C1Input.C1Label.Padding.html#C1_Win_C1Input_C1Label_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding within the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_Tag" data-uid="C1.Win.C1Input.C1Label.Tag">
          <a class="xref" href="C1.Win.C1Input.C1Label.Tag.html#C1_Win_C1Input_C1Label_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object that contains data about the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_Text" data-uid="C1.Win.C1Input.C1Label.Text">
          <a class="xref" href="C1.Win.C1Input.C1Label.Text.html#C1_Win_C1Input_C1Label_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>The current text in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_TextDetached" data-uid="C1.Win.C1Input.C1Label.TextDetached">
          <a class="xref" href="C1.Win.C1Input.C1Label.TextDetached.html#C1_Win_C1Input_C1Label_TextDetached">TextDetached</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Value and Text properties can be set independently.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_TrimEnd" data-uid="C1.Win.C1Input.C1Label.TrimEnd">
          <a class="xref" href="C1.Win.C1Input.C1Label.TrimEnd.html#C1_Win_C1Input_C1Label_TrimEnd">TrimEnd</a>
        </td>
        <td class="markdown level1 summary"><p>If True, trailing spaces are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_TrimStart" data-uid="C1.Win.C1Input.C1Label.TrimStart">
          <a class="xref" href="C1.Win.C1Input.C1Label.TrimStart.html#C1_Win_C1Input_C1Label_TrimStart">TrimStart</a>
        </td>
        <td class="markdown level1 summary"><p>If True, leading spaces are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_UseFieldStyle" data-uid="C1.Win.C1Input.C1Label.UseFieldStyle">
          <a class="xref" href="C1.Win.C1Input.C1Label.UseFieldStyle.html#C1_Win_C1Input_C1Label_UseFieldStyle">UseFieldStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to honor the ColumnStyle properties defined on the
C1ViewColumn object that this control is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_UserCultureOverride" data-uid="C1.Win.C1Input.C1Label.UserCultureOverride">
          <a class="xref" href="C1.Win.C1Input.C1Label.UserCultureOverride.html#C1_Win_C1Input_C1Label_UserCultureOverride">UserCultureOverride</a>
        </td>
        <td class="markdown level1 summary"><p>If True, current user regional settings override the selected culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_Value" data-uid="C1.Win.C1Input.C1Label.Value">
          <a class="xref" href="C1.Win.C1Input.C1Label.Value.html#C1_Win_C1Input_C1Label_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current <a class="xref" href="C1.Win.C1Input.C1Label.DataType.html#C1_Win_C1Input_C1Label_DataType">DataType</a> representation of the visual information contained in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_ValueIsDbNull" data-uid="C1.Win.C1Input.C1Label.ValueIsDbNull">
          <a class="xref" href="C1.Win.C1Input.C1Label.ValueIsDbNull.html#C1_Win_C1Input_C1Label_ValueIsDbNull">ValueIsDbNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Value is DbNull.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_VisualStyle" data-uid="C1.Win.C1Input.C1Label.VisualStyle">
          <a class="xref" href="C1.Win.C1Input.C1Label.VisualStyle.html#C1_Win_C1Input_C1Label_VisualStyle">VisualStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual style of the control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1Label_BeginInit" data-uid="C1.Win.C1Input.C1Label.BeginInit">
          <a class="xref" href="C1.Win.C1Input.C1Label.BeginInit.html#C1_Win_C1Input_C1Label_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_Dispose_System_Boolean_" data-uid="C1.Win.C1Input.C1Label.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.C1Label.Dispose.html#C1_Win_C1Input_C1Label_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the C1Label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_EndInit" data-uid="C1.Win.C1Input.C1Label.EndInit">
          <a class="xref" href="C1.Win.C1Input.C1Label.EndInit.html#C1_Win_C1Input_C1Label_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_GetPreferredSize_System_Drawing_Size_" data-uid="C1.Win.C1Input.C1Label.GetPreferredSize(System.Drawing.Size)">
          <a class="xref" href="C1.Win.C1Input.C1Label.GetPreferredSize.html#C1_Win_C1Input_C1Label_GetPreferredSize_System_Drawing_Size_">GetPreferredSize(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the size of a rectangular area into which a control can be fitted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnBackColorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1Label.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnBackColorChanged.html#C1_Win_C1Input_C1Label_OnBackColorChanged_System_EventArgs_">OnBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnBindingFormatting_System_Windows_Forms_ConvertEventArgs_" data-uid="C1.Win.C1Input.C1Label.OnBindingFormatting(System.Windows.Forms.ConvertEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnBindingFormatting.html#C1_Win_C1Input_C1Label_OnBindingFormatting_System_Windows_Forms_ConvertEventArgs_">OnBindingFormatting(ConvertEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the <a class="xref" href="C1.Win.C1Input.C1Label.BindingFormatting.html">BindingFormatting</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnBorderColorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1Label.OnBorderColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnBorderColorChanged.html#C1_Win_C1Input_C1Label_OnBorderColorChanged_System_EventArgs_">OnBorderColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.C1Label.BorderColorChanged.html">BorderColorChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnCultureInfoSetup_C1_Win_C1Input_CultureInfoSetupEventArgs_" data-uid="C1.Win.C1Input.C1Label.OnCultureInfoSetup(C1.Win.C1Input.CultureInfoSetupEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnCultureInfoSetup.html#C1_Win_C1Input_C1Label_OnCultureInfoSetup_C1_Win_C1Input_CultureInfoSetupEventArgs_">OnCultureInfoSetup(CultureInfoSetupEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the <a class="xref" href="C1.Win.C1Input.C1Label.CultureInfoSetup.html">CultureInfoSetup</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnDataTypeChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1Label.OnDataTypeChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnDataTypeChanged.html#C1_Win_C1Input_C1Label_OnDataTypeChanged_System_EventArgs_">OnDataTypeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the <a class="xref" href="C1.Win.C1Input.C1Label.DataTypeChanged.html">DataTypeChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnForeColorChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1Label.OnForeColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnForeColorChanged.html#C1_Win_C1Input_C1Label_OnForeColorChanged_System_EventArgs_">OnForeColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnFormatError_C1_Win_C1Input_FormatErrorEventArgs_" data-uid="C1.Win.C1Input.C1Label.OnFormatError(C1.Win.C1Input.FormatErrorEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnFormatError.html#C1_Win_C1Input_C1Label_OnFormatError_C1_Win_C1Input_FormatErrorEventArgs_">OnFormatError(FormatErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the <a class="xref" href="C1.Win.C1Input.C1Label.FormatError.html">FormatError</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnFormatted_C1_Win_C1Input_FormatEventArgs_" data-uid="C1.Win.C1Input.C1Label.OnFormatted(C1.Win.C1Input.FormatEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnFormatted.html#C1_Win_C1Input_C1Label_OnFormatted_C1_Win_C1Input_FormatEventArgs_">OnFormatted(FormatEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the <a class="xref" href="C1.Win.C1Input.C1Label.Formatted.html">Formatted</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnFormatting_C1_Win_C1Input_FormatEventArgs_" data-uid="C1.Win.C1Input.C1Label.OnFormatting(C1.Win.C1Input.FormatEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnFormatting.html#C1_Win_C1Input_C1Label_OnFormatting_C1_Win_C1Input_FormatEventArgs_">OnFormatting(FormatEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the <a class="xref" href="C1.Win.C1Input.C1Label.Formatting.html">Formatting</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.C1Input.C1Label.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnPaint.html#C1_Win_C1Input_C1Label_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnValueChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1Label.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnValueChanged.html#C1_Win_C1Input_C1Label_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the <a class="xref" href="C1.Win.C1Input.C1Label.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_OnVisualStyleChanged_System_EventArgs_" data-uid="C1.Win.C1Input.C1Label.OnVisualStyleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.C1Label.OnVisualStyleChanged.html#C1_Win_C1Input_C1Label_OnVisualStyleChanged_System_EventArgs_">OnVisualStyleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the VisualStyleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_ResetText" data-uid="C1.Win.C1Input.C1Label.ResetText">
          <a class="xref" href="C1.Win.C1Input.C1Label.ResetText.html#C1_Win_C1Input_C1Label_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.C1Input.C1Label.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Input.C1Label.WndProc.html#C1_Win_C1Input_C1Label_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_C1Label_BindingFormatting" data-uid="C1.Win.C1Input.C1Label.BindingFormatting">
          <a class="xref" href="C1.Win.C1Input.C1Label.BindingFormatting.html">BindingFormatting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Value is retrieved from the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_BorderColorChanged" data-uid="C1.Win.C1Input.C1Label.BorderColorChanged">
          <a class="xref" href="C1.Win.C1Input.C1Label.BorderColorChanged.html">BorderColorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the BorderColor property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_CultureInfoSetup" data-uid="C1.Win.C1Input.C1Label.CultureInfoSetup">
          <a class="xref" href="C1.Win.C1Input.C1Label.CultureInfoSetup.html">CultureInfoSetup</a>
        </td>
        <td class="markdown level1 summary"><p>CultureInfo can be set up (on startup) or has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_DataTypeChanged" data-uid="C1.Win.C1Input.C1Label.DataTypeChanged">
          <a class="xref" href="C1.Win.C1Input.C1Label.DataTypeChanged.html">DataTypeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the DataType property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_FormatError" data-uid="C1.Win.C1Input.C1Label.FormatError">
          <a class="xref" href="C1.Win.C1Input.C1Label.FormatError.html">FormatError</a>
        </td>
        <td class="markdown level1 summary"><p>Error occured while formatting the stored value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_Formatted" data-uid="C1.Win.C1Input.C1Label.Formatted">
          <a class="xref" href="C1.Win.C1Input.C1Label.Formatted.html">Formatted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the value has been formatted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_Formatting" data-uid="C1.Win.C1Input.C1Label.Formatting">
          <a class="xref" href="C1.Win.C1Input.C1Label.Formatting.html">Formatting</a>
        </td>
        <td class="markdown level1 summary"><p>Formatting the value programmatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_ValueChanged" data-uid="C1.Win.C1Input.C1Label.ValueChanged">
          <a class="xref" href="C1.Win.C1Input.C1Label.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Value changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_C1Label_VisualStyleChanged" data-uid="C1.Win.C1Input.C1Label.VisualStyleChanged">
          <a class="xref" href="C1.Win.C1Input.C1Label.VisualStyleChanged.html">VisualStyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the VisualStyle property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
