# FarPoint.Win.Spread.FpStatusBarTextElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_FpStatusBarTextElement" data-uid="FarPoint.Win.Spread.FpStatusBarTextElement" class="text-break">FpStatusBarTextElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents the text element of the status bar.</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.FpBaseStatusBarElement.html">FpBaseStatusBarElement</a></div>
    <div class="level2"><span class="xref">FpStatusBarTextElement</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.Spread.FpStatusBarRangeStatusElement.html">FpStatusBarRangeStatusElement</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.IFpStatusBarElement.html">IFpStatusBarElement</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</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_FpStatusBarTextElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FpStatusBarTextElement : FpBaseStatusBarElement, IFpStatusBarElement, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FpStatusBarTextElement
    Inherits FpBaseStatusBarElement
    Implements IFpStatusBarElement, ISerializeSupport</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_FpStatusBarTextElement__ctor" data-uid="FarPoint.Win.Spread.FpStatusBarTextElement.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarTextElement.-ctor.html#FarPoint_Win_Spread_FpStatusBarTextElement__ctor">FpStatusBarTextElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Instantiate a FpStatusBarTextElement object.</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_FpStatusBarTextElement_Dopaint_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="FarPoint.Win.Spread.FpStatusBarTextElement.Dopaint(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarTextElement.Dopaint.html#FarPoint_Win_Spread_FpStatusBarTextElement_Dopaint_System_Drawing_Graphics_System_Drawing_Rectangle_">Dopaint(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarTextElement_GetPreferedWidth" data-uid="FarPoint.Win.Spread.FpStatusBarTextElement.GetPreferedWidth">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarTextElement.GetPreferedWidth.html#FarPoint_Win_Spread_FpStatusBarTextElement_GetPreferedWidth">GetPreferedWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the preferred width for the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_FpStatusBarTextElement_GetTextTip_System_Drawing_Point_" data-uid="FarPoint.Win.Spread.FpStatusBarTextElement.GetTextTip(System.Drawing.Point)">
          <a class="xref" href="FarPoint.Win.Spread.FpStatusBarTextElement.GetTextTip.html#FarPoint_Win_Spread_FpStatusBarTextElement_GetTextTip_System_Drawing_Point_">GetTextTip(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the text tip when the mouse moves over the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
