# C1.Win.Ribbon.RibbonProgressBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonProgressBar" data-uid="C1.Win.Ribbon.RibbonProgressBar" class="text-break">RibbonProgressBar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Progress Bar item.</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">RibbonProgressBar</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">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_RibbonProgressBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonProgressBar : RibbonItem, IComponent, IDisposable, IUiaRangeValueProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonProgressBar
    Inherits RibbonItem
    Implements IComponent, IDisposable, IUiaRangeValueProvider</code></pre>
  </div>
  <h5 id="C1_Win_Ribbon_RibbonProgressBar_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>A Progress Bar visually indicates the progress of a lengthy operation
such as copying files or printing documents.</p>
</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_RibbonProgressBar__ctor" data-uid="C1.Win.Ribbon.RibbonProgressBar.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.-ctor.html#C1_Win_Ribbon_RibbonProgressBar__ctor">RibbonProgressBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.html">RibbonProgressBar</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_Ribbon_RibbonProgressBar_Height" data-uid="C1.Win.Ribbon.RibbonProgressBar.Height">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Height.html#C1_Win_Ribbon_RibbonProgressBar_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the progress bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonProgressBar_Maximum" data-uid="C1.Win.Ribbon.RibbonProgressBar.Maximum">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Maximum.html#C1_Win_Ribbon_RibbonProgressBar_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value of the progress bar range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonProgressBar_Minimum" data-uid="C1.Win.Ribbon.RibbonProgressBar.Minimum">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Minimum.html#C1_Win_Ribbon_RibbonProgressBar_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value of the progress bar range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonProgressBar_Step" data-uid="C1.Win.Ribbon.RibbonProgressBar.Step">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Step.html#C1_Win_Ribbon_RibbonProgressBar_Step">Step</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount by which a call to the <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.PerformStep.html#C1_Win_Ribbon_RibbonProgressBar_PerformStep">PerformStep()</a>
method increases the current position of the progress bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonProgressBar_Value" data-uid="C1.Win.Ribbon.RibbonProgressBar.Value">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Value.html#C1_Win_Ribbon_RibbonProgressBar_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current value of the progress bar range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonProgressBar_Width" data-uid="C1.Win.Ribbon.RibbonProgressBar.Width">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Width.html#C1_Win_Ribbon_RibbonProgressBar_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the progress bar.</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_RibbonProgressBar_Increment_System_Int32_" data-uid="C1.Win.Ribbon.RibbonProgressBar.Increment(System.Int32)">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Increment.html#C1_Win_Ribbon_RibbonProgressBar_Increment_System_Int32_">Increment(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Advances the current position of the progress bar by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonProgressBar_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonProgressBar.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.OnValueChanged.html#C1_Win_Ribbon_RibbonProgressBar_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonProgressBar_PerformStep" data-uid="C1.Win.Ribbon.RibbonProgressBar.PerformStep">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.PerformStep.html#C1_Win_Ribbon_RibbonProgressBar_PerformStep">PerformStep()</a>
        </td>
        <td class="markdown level1 summary"><p>Advances the current position of the progress bar by the amount of the <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Step.html#C1_Win_Ribbon_RibbonProgressBar_Step">Step</a> property.</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_RibbonProgressBar_ValueChanged" data-uid="C1.Win.Ribbon.RibbonProgressBar.ValueChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Value.html#C1_Win_Ribbon_RibbonProgressBar_Value">Value</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
