# C1.Win.SuperTooltip.ImageEntry

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_SuperTooltip_ImageEntry" data-uid="C1.Win.SuperTooltip.ImageEntry" class="text-break">ImageEntry Class
</h1>
  <div class="markdown level0 summary"><p>Entry in a <a class="xref" href="C1.Win.SuperTooltip.ImageCollection.html">ImageCollection</a>.</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"><span class="xref">ImageEntry</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.SuperTooltip.html">C1.Win.SuperTooltip</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_SuperTooltip_ImageEntry_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ImageEntryTypeConverter))]
public class ImageEntry : ICloneable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ImageEntryTypeConverter))&gt;
Public Class ImageEntry
    Implements ICloneable, ISerializable</code></pre>
  </div>
  <h5 id="C1_Win_SuperTooltip_ImageEntry_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Each entry contains an <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.Image.html#C1_Win_SuperTooltip_ImageEntry_Image">Image</a> and its associated <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.Key.html#C1_Win_SuperTooltip_ImageEntry_Key">Key</a>.</p>
<p>Entries may be retrieved from the collection by index or by key.</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_ImageEntry__ctor" data-uid="C1.Win.SuperTooltip.ImageEntry.#ctor">
          <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.-ctor.html#C1_Win_SuperTooltip_ImageEntry__ctor">ImageEntry()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.html">ImageEntry</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_ImageEntry__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="C1.Win.SuperTooltip.ImageEntry.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.-ctor.html#C1_Win_SuperTooltip_ImageEntry__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ImageEntry(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.html">ImageEntry</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_ImageEntry__ctor_System_String_System_Drawing_Image_" data-uid="C1.Win.SuperTooltip.ImageEntry.#ctor(System.String,System.Drawing.Image)">
          <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.-ctor.html#C1_Win_SuperTooltip_ImageEntry__ctor_System_String_System_Drawing_Image_">ImageEntry(string, Image)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.html">ImageEntry</a>.</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_ImageEntry_Image" data-uid="C1.Win.SuperTooltip.ImageEntry.Image">
          <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.Image.html#C1_Win_SuperTooltip_ImageEntry_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p><a class="xref" href="C1.Win.SuperTooltip.ImageEntry.Image.html#C1_Win_SuperTooltip_ImageEntry_Image">Image</a> in the <a class="xref" href="C1.Win.SuperTooltip.ImageCollection.html">ImageCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SuperTooltip_ImageEntry_Key" data-uid="C1.Win.SuperTooltip.ImageEntry.Key">
          <a class="xref" href="C1.Win.SuperTooltip.ImageEntry.Key.html#C1_Win_SuperTooltip_ImageEntry_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key used to retrieve the image from the <a class="xref" href="C1.Win.SuperTooltip.ImageCollection.html">ImageCollection</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
