# C1.Win.C1ScrollBar.Style.ScrollBarStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1ScrollBar_Style_ScrollBarStyle" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle" class="text-break">ScrollBarStyle Class
</h1>
  <div class="markdown level0 summary"><p>A customizable set of appearance settings.</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">ScrollBarStyle</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.C1ScrollBar.Style.html">C1.Win.C1ScrollBar.Style</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_C1ScrollBar_Style_ScrollBarStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScrollBarStyle : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScrollBarStyle
    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_C1ScrollBar_Style_ScrollBarStyle__ctor" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.#ctor">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.-ctor.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle__ctor">ScrollBarStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.html">ScrollBarStyle</a>.</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_C1ScrollBar_Style_ScrollBarStyle_BrushSet" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.BrushSet">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.BrushSet.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_BrushSet">BrushSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of named brushes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ScrollBar_Style_ScrollBarStyle_ColorSet" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.ColorSet">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.ColorSet.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_ColorSet">ColorSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of named colors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ScrollBar_Style_ScrollBarStyle_ConstSet" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.ConstSet">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.ConstSet.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_ConstSet">ConstSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of named integer constants.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ScrollBar_Style_ScrollBarStyle_GlyphSet" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.GlyphSet">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.GlyphSet.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_GlyphSet">GlyphSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of named glyphs.</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_C1ScrollBar_Style_ScrollBarStyle_BeginUpdate" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.BeginUpdate">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.BeginUpdate.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Maintains performance while <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.html">ScrollBarStyle</a> is being changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ScrollBar_Style_ScrollBarStyle_Dispose" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.Dispose">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.Dispose.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ScrollBar_Style_ScrollBarStyle_EndUpdate" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.EndUpdate">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.EndUpdate.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes processing after it has been suspended by a call to <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.BeginUpdate.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_BeginUpdate">BeginUpdate()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ScrollBar_Style_ScrollBarStyle_Refresh" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.Refresh">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.Refresh.html#C1_Win_C1ScrollBar_Style_ScrollBarStyle_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a predefined theme into the <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.html">ScrollBarStyle</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1ScrollBar_Style_ScrollBarStyle_StyleChanged" data-uid="C1.Win.C1ScrollBar.Style.ScrollBarStyle.StyleChanged">
          <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.StyleChanged.html">StyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.Win.C1ScrollBar.Style.ScrollBarStyle.html">ScrollBarStyle</a> is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
