# FarPoint.Win.Spread.TextTipPolicy

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_TextTipPolicy" data-uid="FarPoint.Win.Spread.TextTipPolicy" class="text-break">TextTipPolicy Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the text tip of a cell in the view is displayed, and also how the cell note is displayed.</p>
</div>
  <div class="markdown level0 conceptual"></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_TextTipPolicy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextTipPolicy</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextTipPolicy</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipPolicy_Fixed">Fixed</td>
        <td><p>Aligns it to the top-left corner of the cell for which it appears at any time</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipPolicy_FixedFocusOnly">FixedFocusOnly</td>
        <td><p>Aligns it to the top-left corner of the cell for which it appears
only when the control has the focus</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipPolicy_Floating">Floating</td>
        <td><p>Aligns it to the pointer location at any time</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipPolicy_FloatingFocusOnly">FloatingFocusOnly</td>
        <td><p>Aligns it to the pointer location only when the control has the focus</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipPolicy_Off">Off</td>
        <td><p>Does not display the text tip</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
