# C1.Win.TrueDBGrid.Util.HBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TrueDBGrid_Util_HBar" data-uid="C1.Win.TrueDBGrid.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"><a class="xref" href="C1.Win.TrueDBGrid.Util.SBar.html">SBar</a></div>
    <div class="level2"><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.TrueDBGrid.Util.html">C1.Win.TrueDBGrid.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TrueDBGrid.10.dll</h6>
  <h5 id="C1_Win_TrueDBGrid_Util_HBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter))]
public class HBar : SBar, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter))&gt;
Public Class HBar
    Inherits SBar
    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_TrueDBGrid_Util_HBar__ctor_C1_Win_TrueDBGrid_BaseGrid_View_" data-uid="C1.Win.TrueDBGrid.Util.HBar.#ctor(C1.Win.TrueDBGrid.BaseGrid.View)">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.HBar.-ctor.html#C1_Win_TrueDBGrid_Util_HBar__ctor_C1_Win_TrueDBGrid_BaseGrid_View_">HBar(View)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the VBar 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_TrueDBGrid_Util_HBar_Height" data-uid="C1.Win.TrueDBGrid.Util.HBar.Height">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.HBar.Height.html#C1_Win_TrueDBGrid_Util_HBar_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the horizontal scrollbar.</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_TrueDBGrid_Util_HBar_OnScroll_System_Object_System_Windows_Forms_ScrollEventArgs_" data-uid="C1.Win.TrueDBGrid.Util.HBar.OnScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.HBar.OnScroll.html#C1_Win_TrueDBGrid_Util_HBar_OnScroll_System_Object_System_Windows_Forms_ScrollEventArgs_">OnScroll(object, ScrollEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Overloaded. Occurs when the scroll box has been moved by either a mouse or keyboard action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_HBar_ResetHeight" data-uid="C1.Win.TrueDBGrid.Util.HBar.ResetHeight">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.HBar.ResetHeight.html#C1_Win_TrueDBGrid_Util_HBar_ResetHeight">ResetHeight()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_HBar_ShouldSerializeHeight" data-uid="C1.Win.TrueDBGrid.Util.HBar.ShouldSerializeHeight">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.HBar.ShouldSerializeHeight.html#C1_Win_TrueDBGrid_Util_HBar_ShouldSerializeHeight">ShouldSerializeHeight()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_Util_HBar_ToString" data-uid="C1.Win.TrueDBGrid.Util.HBar.ToString">
          <a class="xref" href="C1.Win.TrueDBGrid.Util.HBar.ToString.html#C1_Win_TrueDBGrid_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>
