# C1.Win.List.Util.HBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_Util_HBar" data-uid="C1.Win.List.Util.HBar" class="text-break">HBar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a horizontal scrollbar.</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">HBar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.Util.html">C1.Win.List.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_Util_HBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter))]
public class HBar : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter))&gt;
Public Class HBar
    Implements IDisposable</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="C1_Win_List_Util_HBar__ctor_C1_Win_List_ListBase_View_" data-uid="C1.Win.List.Util.HBar.#ctor(C1.Win.List.ListBase.View)">
          <a class="xref" href="C1.Win.List.Util.HBar.-ctor.html#C1_Win_List_Util_HBar__ctor_C1_Win_List_ListBase_View_">HBar(View)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a new instance of HBar 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="C1_Win_List_Util_HBar_Height" data-uid="C1.Win.List.Util.HBar.Height">
          <a class="xref" href="C1.Win.List.Util.HBar.Height.html#C1_Win_List_Util_HBar_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the horizontal scroll bar height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_HBar_Style" data-uid="C1.Win.List.Util.HBar.Style">
          <a class="xref" href="C1.Win.List.Util.HBar.Style.html#C1_Win_List_Util_HBar_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the <a class="xref" href="C1.Win.List.ScrollBarEnum.html">ScrollBarEnum</a> value for the horizontal scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_HBar_Visible" data-uid="C1.Win.List.Util.HBar.Visible">
          <a class="xref" href="C1.Win.List.Util.HBar.Visible.html#C1_Win_List_Util_HBar_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the scrollbar is displayed.</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="C1_Win_List_Util_HBar_Dispose_System_Boolean_" data-uid="C1.Win.List.Util.HBar.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.List.Util.HBar.Dispose.html#C1_Win_List_Util_HBar_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the object and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_HBar_ResetHeight" data-uid="C1.Win.List.Util.HBar.ResetHeight">
          <a class="xref" href="C1.Win.List.Util.HBar.ResetHeight.html#C1_Win_List_Util_HBar_ResetHeight">ResetHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.Util.HBar.Height.html#C1_Win_List_Util_HBar_Height">Height</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Util_HBar_ToString" data-uid="C1.Win.List.Util.HBar.ToString">
          <a class="xref" href="C1.Win.List.Util.HBar.ToString.html#C1_Win_List_Util_HBar_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string the represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
