# FarPoint.Win.Spread.IconNotify

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_IconNotify" data-uid="FarPoint.Win.Spread.IconNotify" class="text-break">IconNotify Class
</h1>
  <div class="markdown level0 summary"><p>Represents a special <a class="xref" href="FarPoint.Win.Spread.AppearanceActionBase.html">AppearanceActionBase</a> that displays an error icon for the validating cell when validation 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">IconNotify</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_IconNotify_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(FpSpread), &quot;IconNotify.png&quot;)]
[TypeConverter(typeof(IconNotify._a))]
public class IconNotify : AppearanceActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(FpSpread), &quot;IconNotify.png&quot;)&gt;
&lt;TypeConverter(GetType(IconNotify._a))&gt;
Public Class IconNotify
    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_IconNotify__ctor" data-uid="FarPoint.Win.Spread.IconNotify.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.-ctor.html#FarPoint_Win_Spread_IconNotify__ctor">IconNotify()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.IconNotify.html">IconNotify</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IconNotify__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.IconNotify.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.-ctor.html#FarPoint_Win_Spread_IconNotify__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">IconNotify(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IconNotify__ctor_System_String_" data-uid="FarPoint.Win.Spread.IconNotify.#ctor(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.-ctor.html#FarPoint_Win_Spread_IconNotify__ctor_System_String_">IconNotify(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.IconNotify.html">IconNotify</a> 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_IconNotify_Icon" data-uid="FarPoint.Win.Spread.IconNotify.Icon">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.Icon.html#FarPoint_Win_Spread_IconNotify_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.icon">Icon</a> that is displayed for the validating <a class="xref" href="FarPoint.Win.Spread.Cell.html">Cell</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IconNotify_IconAlignment" data-uid="FarPoint.Win.Spread.IconNotify.IconAlignment">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.IconAlignment.html#FarPoint_Win_Spread_IconNotify_IconAlignment">IconAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the <a class="xref" href="FarPoint.Win.Spread.IconNotify.Icon.html#FarPoint_Win_Spread_IconNotify_Icon">Icon</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IconNotify_IconTip" data-uid="FarPoint.Win.Spread.IconNotify.IconTip">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.IconTip.html#FarPoint_Win_Spread_IconNotify_IconTip">IconTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value that is shown when the pointer is hovering over the <a class="xref" href="FarPoint.Win.Spread.IconNotify.Icon.html#FarPoint_Win_Spread_IconNotify_Icon">Icon</a>.</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_IconNotify_Clone" data-uid="FarPoint.Win.Spread.IconNotify.Clone">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.Clone.html#FarPoint_Win_Spread_IconNotify_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an exact copy of the current <a class="xref" href="FarPoint.Win.Spread.IconNotify.html">IconNotify</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IconNotify_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.IconNotify.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.Deserialize.html#FarPoint_Win_Spread_IconNotify_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_IconNotify_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.IconNotify.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.GetObjectData.html#FarPoint_Win_Spread_IconNotify_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_IconNotify_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.IconNotify.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.IconNotify.Serialize.html#FarPoint_Win_Spread_IconNotify_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>
