# C1.Win.SuperTooltip.C1SuperErrorProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SuperTooltip_C1SuperErrorProvider" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider" class="text-break">C1SuperErrorProvider Class
</h1>
  <div class="markdown level0 summary"><p>Provides a user interface for indicating that a control on a form has an error associated with it.</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"><span class="xref">C1SuperErrorProvider</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.componentmodel.iextenderprovider">IExtenderProvider</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><span class="xref">ISuperErrorProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.SuperTooltip.html">C1.Win.SuperTooltip</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.SuperTooltip.10.dll</h6>
  <h5 id="C1_Win_SuperTooltip_C1SuperErrorProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1SuperErrorProvider), &quot;C1SuperErrorProvider.png&quot;)]
[ComplexBindingProperties(&quot;DataSource&quot;, &quot;DataMember&quot;)]
public class C1SuperErrorProvider : Component, IComponent, IDisposable, IExtenderProvider, ISupportInitialize, ISuperErrorProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1SuperErrorProvider), &quot;C1SuperErrorProvider.png&quot;)&gt;
&lt;ComplexBindingProperties(&quot;DataSource&quot;, &quot;DataMember&quot;)&gt;
Public Class C1SuperErrorProvider
    Inherits Component
    Implements IComponent, IDisposable, IExtenderProvider, ISupportInitialize, ISuperErrorProvider</code></pre>
  </div>
  <h5 id="C1_Win_SuperTooltip_C1SuperErrorProvider_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p><b>C1SuperErrorProvider</b> presents a mechanism for indicating to the end user that a control
on a form has an error associated with it. If an error description string is specified for
the control, an icon appears next to the control. The icon flashes in the manner specified
by <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.BlinkStyle.html#C1_Win_SuperTooltip_C1SuperErrorProvider_BlinkStyle">BlinkStyle</a>, at the rate specified by <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.BlinkRate.html#C1_Win_SuperTooltip_C1SuperErrorProvider_BlinkRate">BlinkRate</a>. When the mouse hovers over the icon,
a <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltip.html">C1SuperTooltip</a> appears showing the error description as HTML text.</p>
</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_SuperTooltip_C1SuperErrorProvider__ctor" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.#ctor">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.-ctor.html#C1_Win_SuperTooltip_C1SuperErrorProvider__ctor">C1SuperErrorProvider()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.html">C1SuperErrorProvider</a> component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider__ctor_System_ComponentModel_IContainer_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.#ctor(System.ComponentModel.IContainer)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.-ctor.html#C1_Win_SuperTooltip_C1SuperErrorProvider__ctor_System_ComponentModel_IContainer_">C1SuperErrorProvider(IContainer)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.html">C1SuperErrorProvider</a> component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider__ctor_System_Windows_Forms_ContainerControl_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.#ctor(System.Windows.Forms.ContainerControl)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.-ctor.html#C1_Win_SuperTooltip_C1SuperErrorProvider__ctor_System_Windows_Forms_ContainerControl_">C1SuperErrorProvider(ContainerControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.html">C1SuperErrorProvider</a> component.</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_SuperTooltip_C1SuperErrorProvider_Antiphased" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.Antiphased">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.Antiphased.html#C1_Win_SuperTooltip_C1SuperErrorProvider_Antiphased">Antiphased</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the error icon should blink in different phase for various controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_BlinkCount" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.BlinkCount">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.BlinkCount.html#C1_Win_SuperTooltip_C1SuperErrorProvider_BlinkCount">BlinkCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of icon blinks when a new error text is set for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_BlinkRate" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.BlinkRate">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.BlinkRate.html#C1_Win_SuperTooltip_C1SuperErrorProvider_BlinkRate">BlinkRate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rate, in milliseconds, at which the error icon should flash. The default is 250 milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_BlinkStyle" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.BlinkStyle">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.BlinkStyle.html#C1_Win_SuperTooltip_C1SuperErrorProvider_BlinkStyle">BlinkStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating when the error icon flashes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_ContainerControl" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.ContainerControl">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.ContainerControl.html#C1_Win_SuperTooltip_C1SuperErrorProvider_ContainerControl">ContainerControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the parent control for this <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.html">C1SuperErrorProvider</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_DataMember" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.DataMember">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.DataMember.html#C1_Win_SuperTooltip_C1SuperErrorProvider_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list within a data source to monitor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_DataSource" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.DataSource">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.DataSource.html#C1_Win_SuperTooltip_C1SuperErrorProvider_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source that the <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.html">C1SuperErrorProvider</a> monitors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_Icon" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.Icon">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.Icon.html#C1_Win_SuperTooltip_C1SuperErrorProvider_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Icon that is displayed next to a control when an error description text has been set for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_Image" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.Image">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.Image.html#C1_Win_SuperTooltip_C1SuperErrorProvider_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Image that is displayed next to a control when an error description text has been set for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_ImageHot" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.ImageHot">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.ImageHot.html#C1_Win_SuperTooltip_C1SuperErrorProvider_ImageHot">ImageHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Image that appears next to a control when the mouse hovers over the error icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_Site" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.Site">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.Site.html#C1_Win_SuperTooltip_C1SuperErrorProvider_Site">Site</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ISite of the Component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_Tag" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.Tag">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.Tag.html#C1_Win_SuperTooltip_C1SuperErrorProvider_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an object that contains data about the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_ToolTip" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.ToolTip">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.ToolTip.html#C1_Win_SuperTooltip_C1SuperErrorProvider_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the associated <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltip.html">C1SuperTooltip</a> component displaying the error description text.</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_SuperTooltip_C1SuperErrorProvider_BeginInit" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.BeginInit">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.BeginInit.html#C1_Win_SuperTooltip_C1SuperErrorProvider_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_BindToDataAndErrors_System_Object_System_String_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.BindToDataAndErrors(System.Object,System.String)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.BindToDataAndErrors.html#C1_Win_SuperTooltip_C1SuperErrorProvider_BindToDataAndErrors_System_Object_System_String_">BindToDataAndErrors(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides a method to set both the <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.DataSource.html#C1_Win_SuperTooltip_C1SuperErrorProvider_DataSource">DataSource</a> and <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.DataMember.html#C1_Win_SuperTooltip_C1SuperErrorProvider_DataMember">DataMember</a> at run time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_Clear" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.Clear">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.Clear.html#C1_Win_SuperTooltip_C1SuperErrorProvider_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all error glyphs and clears their settings associated with this component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_Dispose_System_Boolean_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.Dispose.html#C1_Win_SuperTooltip_C1SuperErrorProvider_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_EndInit" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.EndInit">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.EndInit.html#C1_Win_SuperTooltip_C1SuperErrorProvider_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_GetError_System_Windows_Forms_Control_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.GetError(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.GetError.html#C1_Win_SuperTooltip_C1SuperErrorProvider_GetError_System_Windows_Forms_Control_">GetError(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the current error description text for the specified control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_GetIconAlignment_System_Windows_Forms_Control_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.GetIconAlignment(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.GetIconAlignment.html#C1_Win_SuperTooltip_C1SuperErrorProvider_GetIconAlignment_System_Windows_Forms_Control_">GetIconAlignment(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating where the error icon should be placed in relation to the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_GetIconPadding_System_Windows_Forms_Control_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.GetIconPadding(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.GetIconPadding.html#C1_Win_SuperTooltip_C1SuperErrorProvider_GetIconPadding_System_Windows_Forms_Control_">GetIconPadding(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the amount of extra space to leave next to the error icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_OnIconClick_C1_Win_SuperTooltip_IconClickEventArgs_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.OnIconClick(C1.Win.SuperTooltip.IconClickEventArgs)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.OnIconClick.html#C1_Win_SuperTooltip_C1SuperErrorProvider_OnIconClick_C1_Win_SuperTooltip_IconClickEventArgs_">OnIconClick(IconClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.IconClick.html">IconClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_OnIconDoubleClick_C1_Win_SuperTooltip_IconClickEventArgs_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.OnIconDoubleClick(C1.Win.SuperTooltip.IconClickEventArgs)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.OnIconDoubleClick.html#C1_Win_SuperTooltip_C1SuperErrorProvider_OnIconDoubleClick_C1_Win_SuperTooltip_IconClickEventArgs_">OnIconDoubleClick(IconClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.IconDoubleClick.html">IconDoubleClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_ResetIcon" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.ResetIcon">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.ResetIcon.html#C1_Win_SuperTooltip_C1SuperErrorProvider_ResetIcon">ResetIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_SetError_System_Windows_Forms_Control_System_String_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.SetError(System.Windows.Forms.Control,System.String)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.SetError.html#C1_Win_SuperTooltip_C1SuperErrorProvider_SetError_System_Windows_Forms_Control_System_String_">SetError(Control, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the error description text for the specified control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_SetIconAlignment_System_Windows_Forms_Control_System_Windows_Forms_ErrorIconAlignment_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.SetIconAlignment(System.Windows.Forms.Control,System.Windows.Forms.ErrorIconAlignment)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.SetIconAlignment.html#C1_Win_SuperTooltip_C1SuperErrorProvider_SetIconAlignment_System_Windows_Forms_Control_System_Windows_Forms_ErrorIconAlignment_">SetIconAlignment(Control, ErrorIconAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the location where the error icon should be placed in relation to the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_SetIconPadding_System_Windows_Forms_Control_System_Int32_" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.SetIconPadding(System.Windows.Forms.Control,System.Int32)">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.SetIconPadding.html#C1_Win_SuperTooltip_C1SuperErrorProvider_SetIconPadding_System_Windows_Forms_Control_System_Int32_">SetIconPadding(Control, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the amount of extra space to leave between the specified control and the error icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_ShouldSerializeIcon" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.ShouldSerializeIcon">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.ShouldSerializeIcon.html#C1_Win_SuperTooltip_C1SuperErrorProvider_ShouldSerializeIcon">ShouldSerializeIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_UpdateBinding" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.UpdateBinding">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.UpdateBinding.html#C1_Win_SuperTooltip_C1SuperErrorProvider_UpdateBinding">UpdateBinding()</a>
        </td>
        <td class="markdown level1 summary"><p>Provides a method to update the bindings of the <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.DataSource.html#C1_Win_SuperTooltip_C1SuperErrorProvider_DataSource">DataSource</a>, <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.DataMember.html#C1_Win_SuperTooltip_C1SuperErrorProvider_DataMember">DataMember</a>, and the error text.</p>
</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_SuperTooltip_C1SuperErrorProvider_IconClick" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.IconClick">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.IconClick.html">IconClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the error icon is clicked by the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_C1SuperErrorProvider_IconDoubleClick" data-uid="C1.Win.SuperTooltip.C1SuperErrorProvider.IconDoubleClick">
          <a class="xref" href="C1.Win.SuperTooltip.C1SuperErrorProvider.IconDoubleClick.html">IconDoubleClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the error icon is clicked two or more times.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
