# C1.Framework.IToolTipElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_IToolTipElement" data-uid="C1.Framework.IToolTipElement" class="text-break">IToolTipElement Interface
</h1>
  <div class="markdown level0 summary"><p>Interface implemented by Elements that want to display tooltips when seen
in an XView.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_IToolTipElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IToolTipElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IToolTipElement</code></pre>
  </div>
  <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_Framework_IToolTipElement_ToolTipText" data-uid="C1.Framework.IToolTipElement.ToolTipText">
          <a class="xref" href="C1.Framework.IToolTipElement.ToolTipText.html#C1_Framework_IToolTipElement_ToolTipText">ToolTipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that appears as a ToolTip for this <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
