# C1.Win.Ribbon.RibbonTrackBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonTrackBar" data-uid="C1.Win.Ribbon.RibbonTrackBar" class="text-break">RibbonTrackBar Class
</h1>
  <div class="markdown level0 summary"><p>TrackBar element in a <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> control.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level4"><span class="xref">RibbonTrackBar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">ISupportUiaContainer</span></div>
    <div><span class="xref">IUiaRangeValueProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_RibbonTrackBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonTrackBar : RibbonItem, IComponent, IDisposable, ISupportUiaContainer, IUiaRangeValueProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonTrackBar
    Inherits RibbonItem
    Implements IComponent, IDisposable, ISupportUiaContainer, IUiaRangeValueProvider</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_Ribbon_RibbonTrackBar__ctor" data-uid="C1.Win.Ribbon.RibbonTrackBar.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.-ctor.html#C1_Win_Ribbon_RibbonTrackBar__ctor">RibbonTrackBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <b>RibbonTrackBar</b>.</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_Ribbon_RibbonTrackBar_ButtonPressDelay" data-uid="C1.Win.Ribbon.RibbonTrackBar.ButtonPressDelay">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.ButtonPressDelay.html#C1_Win_Ribbon_RibbonTrackBar_ButtonPressDelay">ButtonPressDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval before the '+' and '-' buttons start firing click events, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_ButtonPressInterval" data-uid="C1.Win.Ribbon.RibbonTrackBar.ButtonPressInterval">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.ButtonPressInterval.html#C1_Win_Ribbon_RibbonTrackBar_ButtonPressInterval">ButtonPressInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval between clicks when the '+' or '-' buttons are kept pressed, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_Maximum" data-uid="C1.Win.Ribbon.RibbonTrackBar.Maximum">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.Maximum.html#C1_Win_Ribbon_RibbonTrackBar_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value of the track bar range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_Minimum" data-uid="C1.Win.Ribbon.RibbonTrackBar.Minimum">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.Minimum.html#C1_Win_Ribbon_RibbonTrackBar_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value of the track bar range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_ShowInMore" data-uid="C1.Win.Ribbon.RibbonTrackBar.ShowInMore">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.ShowInMore.html#C1_Win_Ribbon_RibbonTrackBar_ShowInMore">ShowInMore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if this <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> can be shown in drop down part of the More button when ribbon is simplified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_StepFrequency" data-uid="C1.Win.Ribbon.RibbonTrackBar.StepFrequency">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.StepFrequency.html#C1_Win_Ribbon_RibbonTrackBar_StepFrequency">StepFrequency</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the delta between thumb positions on the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.html">RibbonTrackBar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_TickFrequency" data-uid="C1.Win.Ribbon.RibbonTrackBar.TickFrequency">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.TickFrequency.html#C1_Win_Ribbon_RibbonTrackBar_TickFrequency">TickFrequency</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the delta between ticks drawn on the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.html">RibbonTrackBar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_Value" data-uid="C1.Win.Ribbon.RibbonTrackBar.Value">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.Value.html#C1_Win_Ribbon_RibbonTrackBar_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current value of the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.html">RibbonTrackBar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_Width" data-uid="C1.Win.Ribbon.RibbonTrackBar.Width">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.Width.html#C1_Win_Ribbon_RibbonTrackBar_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.html">RibbonTrackBar</a>.</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_Ribbon_RibbonTrackBar_OnMinusClick_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.Ribbon.RibbonTrackBar.OnMinusClick(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.OnMinusClick.html#C1_Win_Ribbon_RibbonTrackBar_OnMinusClick_System_ComponentModel_CancelEventArgs_">OnMinusClick(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.MinusClick.html">MinusClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Ribbon.RibbonTrackBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.OnMouseUp.html#C1_Win_Ribbon_RibbonTrackBar_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.MouseUp.html">MouseUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_OnPlusClick_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.Ribbon.RibbonTrackBar.OnPlusClick(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.OnPlusClick.html#C1_Win_Ribbon_RibbonTrackBar_OnPlusClick_System_ComponentModel_CancelEventArgs_">OnPlusClick(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.PlusClick.html">PlusClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_OnScroll_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonTrackBar.OnScroll(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.OnScroll.html#C1_Win_Ribbon_RibbonTrackBar_OnScroll_System_EventArgs_">OnScroll(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.Scroll.html">Scroll</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonTrackBar.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.OnValueChanged.html#C1_Win_Ribbon_RibbonTrackBar_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.ValueChanged.html">ValueChanged</a> event.</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_Ribbon_RibbonTrackBar_MinusClick" data-uid="C1.Win.Ribbon.RibbonTrackBar.MinusClick">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.MinusClick.html">MinusClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user clicks the Minus button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_MouseUp" data-uid="C1.Win.Ribbon.RibbonTrackBar.MouseUp">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.MouseUp.html">MouseUp</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the mouse pointer is over the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.html">RibbonTrackBar</a> and the left mouse button is released.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_PlusClick" data-uid="C1.Win.Ribbon.RibbonTrackBar.PlusClick">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.PlusClick.html">PlusClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user clicks the Plus button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_Scroll" data-uid="C1.Win.Ribbon.RibbonTrackBar.Scroll">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.Scroll.html">Scroll</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when either a mouse or keyboard action moves the thumb.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTrackBar_ValueChanged" data-uid="C1.Win.Ribbon.RibbonTrackBar.ValueChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.Value.html#C1_Win_Ribbon_RibbonTrackBar_Value">Value</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
