# FarPoint.Win.Spread.ThreeStateIconNotify

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_ThreeStateIconNotify" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify" class="text-break">ThreeStateIconNotify Class
</h1>
  <div class="markdown level0 summary"><p>Represents a special <a class="xref" href="FarPoint.Win.Spread.ValidateActionBase.html">ValidateActionBase</a> that can display a valid icon or invalid icon
when cell validating succeeds or fails.</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="FarPoint.Win.Spread.ValidateActionBase.html">ValidateActionBase</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Spread.AppearanceActionBase.html">AppearanceActionBase</a></div>
    <div class="level3"><span class="xref">ThreeStateIconNotify</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.INamedObject.html">INamedObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ThreeStateIconNotify_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(FpSpread), &quot;ThreeStateIconNotify.png&quot;)]
[TypeConverter(typeof(ThreeStateIconNotify._a))]
public class ThreeStateIconNotify : AppearanceActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(FpSpread), &quot;ThreeStateIconNotify.png&quot;)&gt;
&lt;TypeConverter(GetType(ThreeStateIconNotify._a))&gt;
Public Class ThreeStateIconNotify
    Inherits AppearanceActionBase
    Implements ICloneable, ISerializable, ISerializeSupport, INamedObject</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="FarPoint_Win_Spread_ThreeStateIconNotify__ctor" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.-ctor.html#FarPoint_Win_Spread_ThreeStateIconNotify__ctor">ThreeStateIconNotify()</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the default empty constructor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.-ctor.html#FarPoint_Win_Spread_ThreeStateIconNotify__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ThreeStateIconNotify(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this 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="FarPoint_Win_Spread_ThreeStateIconNotify_IconAlignment" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.IconAlignment">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.IconAlignment.html#FarPoint_Win_Spread_ThreeStateIconNotify_IconAlignment">IconAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.contentalignment">ContentAlignment</a> of the icon.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify_InvalidIcon" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.InvalidIcon">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.InvalidIcon.html#FarPoint_Win_Spread_ThreeStateIconNotify_InvalidIcon">InvalidIcon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon to display when validation fails.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify_InvalidIconTip" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.InvalidIconTip">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.InvalidIconTip.html#FarPoint_Win_Spread_ThreeStateIconNotify_InvalidIconTip">InvalidIconTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tip text to display with the icon when validation fails.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify_ValidIcon" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.ValidIcon">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.ValidIcon.html#FarPoint_Win_Spread_ThreeStateIconNotify_ValidIcon">ValidIcon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon to display when validation is successful.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify_ValidIconTip" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.ValidIconTip">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.ValidIconTip.html#FarPoint_Win_Spread_ThreeStateIconNotify_ValidIconTip">ValidIconTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tip text to display with the icon when validation is successful.</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="FarPoint_Win_Spread_ThreeStateIconNotify_Clone" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.Clone">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.Clone.html#FarPoint_Win_Spread_ThreeStateIconNotify_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an exact copy of the current <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.html">ThreeStateIconNotify</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.Deserialize.html#FarPoint_Win_Spread_ThreeStateIconNotify_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify_DoAction_FarPoint_Win_Spread_ValidateActionContext_" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.DoAction(FarPoint.Win.Spread.ValidateActionContext)">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.DoAction.html#FarPoint_Win_Spread_ThreeStateIconNotify_DoAction_FarPoint_Win_Spread_ValidateActionContext_">DoAction(ValidateActionContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Executes the current action using the <code class="paramref">context</code>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.GetObjectData.html#FarPoint_Win_Spread_ThreeStateIconNotify_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ThreeStateIconNotify_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.ThreeStateIconNotify.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.ThreeStateIconNotify.Serialize.html#FarPoint_Win_Spread_ThreeStateIconNotify_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
