# C1.Win.Ribbon.RibbonNumericBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonNumericBox" data-uid="C1.Win.Ribbon.RibbonNumericBox" class="text-break">RibbonNumericBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a numeric box element in <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> and <a class="xref" href="C1.Win.Ribbon.C1StatusBar.html">C1StatusBar</a> controls.</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"><a class="xref" href="C1.Win.Ribbon.RibbonIconItem.html">RibbonIconItem</a></div>
    <div class="level5"><span class="xref">RibbonNumericBox</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_RibbonNumericBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonNumericBox : RibbonIconItem, IComponent, IDisposable, ISupportUiaContainer, IUiaRangeValueProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonNumericBox
    Inherits RibbonIconItem
    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_RibbonNumericBox__ctor" data-uid="C1.Win.Ribbon.RibbonNumericBox.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.-ctor.html#C1_Win_Ribbon_RibbonNumericBox__ctor">RibbonNumericBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</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_RibbonNumericBox_CanBeAddedToQat" data-uid="C1.Win.Ribbon.RibbonNumericBox.CanBeAddedToQat">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.CanBeAddedToQat.html#C1_Win_Ribbon_RibbonNumericBox_CanBeAddedToQat">CanBeAddedToQat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can add this <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> to the Quick Access Toolbar at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ContextMenuStrip" data-uid="C1.Win.Ribbon.RibbonNumericBox.ContextMenuStrip">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ContextMenuStrip.html#C1_Win_Ribbon_RibbonNumericBox_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the context menu strip associated with the numeric box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_CueBanner" data-uid="C1.Win.Ribbon.RibbonNumericBox.CueBanner">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.CueBanner.html#C1_Win_Ribbon_RibbonNumericBox_CueBanner">CueBanner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the textual cue, or tip, that is displayed by RibbonNumericBox to prompt the user for information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_CurrencySymbol" data-uid="C1.Win.Ribbon.RibbonNumericBox.CurrencySymbol">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.CurrencySymbol.html#C1_Win_Ribbon_RibbonNumericBox_CurrencySymbol">CurrencySymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string to use as the currency symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_DecimalPlaces" data-uid="C1.Win.Ribbon.RibbonNumericBox.DecimalPlaces">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.DecimalPlaces.html#C1_Win_Ribbon_RibbonNumericBox_DecimalPlaces">DecimalPlaces</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of decimal places to display in the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_Format" data-uid="C1.Win.Ribbon.RibbonNumericBox.Format">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Format.html#C1_Win_Ribbon_RibbonNumericBox_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format of the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Value.html#C1_Win_Ribbon_RibbonNumericBox_Value">Value</a> displayed in the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_GapBeforeTextArea" data-uid="C1.Win.Ribbon.RibbonNumericBox.GapBeforeTextArea">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.GapBeforeTextArea.html#C1_Win_Ribbon_RibbonNumericBox_GapBeforeTextArea">GapBeforeTextArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gap between the label and text area when this <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a> appears on a <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_Increment" data-uid="C1.Win.Ribbon.RibbonNumericBox.Increment">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Increment.html#C1_Win_Ribbon_RibbonNumericBox_Increment">Increment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount by which the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Value.html#C1_Win_Ribbon_RibbonNumericBox_Value">Value</a> property
changes when the users presses the up and down keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_KeyTip" data-uid="C1.Win.Ribbon.RibbonNumericBox.KeyTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.KeyTip.html#C1_Win_Ribbon_RibbonNumericBox_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to a RibbonNumericBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_Label" data-uid="C1.Win.Ribbon.RibbonNumericBox.Label">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Label.html#C1_Win_Ribbon_RibbonNumericBox_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label used to identify this <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_LabelWidth" data-uid="C1.Win.Ribbon.RibbonNumericBox.LabelWidth">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.LabelWidth.html#C1_Win_Ribbon_RibbonNumericBox_LabelWidth">LabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the text label. Set to -1 to let the label calculate width automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_Maximum" data-uid="C1.Win.Ribbon.RibbonNumericBox.Maximum">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Maximum.html#C1_Win_Ribbon_RibbonNumericBox_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value accepted by the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_Minimum" data-uid="C1.Win.Ribbon.RibbonNumericBox.Minimum">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Minimum.html#C1_Win_Ribbon_RibbonNumericBox_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value accepted by the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_NegativePattern" data-uid="C1.Win.Ribbon.RibbonNumericBox.NegativePattern">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.NegativePattern.html#C1_Win_Ribbon_RibbonNumericBox_NegativePattern">NegativePattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format pattern for negative values. The meaning depends on the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.StandardFormat.html#C1_Win_Ribbon_RibbonNumericBox_StandardFormat">StandardFormat</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_NumberFormat" data-uid="C1.Win.Ribbon.RibbonNumericBox.NumberFormat">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.NumberFormat.html#C1_Win_Ribbon_RibbonNumericBox_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.numberformatinfo">NumberFormatInfo</a> that is used for data formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_PositivePattern" data-uid="C1.Win.Ribbon.RibbonNumericBox.PositivePattern">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.PositivePattern.html#C1_Win_Ribbon_RibbonNumericBox_PositivePattern">PositivePattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format pattern for positive values. The meaning depends on the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.StandardFormat.html#C1_Win_Ribbon_RibbonNumericBox_StandardFormat">StandardFormat</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ReadOnly" data-uid="C1.Win.Ribbon.RibbonNumericBox.ReadOnly">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ReadOnly.html#C1_Win_Ribbon_RibbonNumericBox_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the contents of the component can be changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_SpinButtonPressDelay" data-uid="C1.Win.Ribbon.RibbonNumericBox.SpinButtonPressDelay">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.SpinButtonPressDelay.html#C1_Win_Ribbon_RibbonNumericBox_SpinButtonPressDelay">SpinButtonPressDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval before the spin buttons start firing click events, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_SpinButtonPressInterval" data-uid="C1.Win.Ribbon.RibbonNumericBox.SpinButtonPressInterval">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.SpinButtonPressInterval.html#C1_Win_Ribbon_RibbonNumericBox_SpinButtonPressInterval">SpinButtonPressInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval between clicks when the spin buttons are kept pressed, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_StandardFormat" data-uid="C1.Win.Ribbon.RibbonNumericBox.StandardFormat">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.StandardFormat.html#C1_Win_Ribbon_RibbonNumericBox_StandardFormat">StandardFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the standard numeric format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_Text" data-uid="C1.Win.Ribbon.RibbonNumericBox.Text">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Text.html#C1_Win_Ribbon_RibbonNumericBox_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_TextAlign" data-uid="C1.Win.Ribbon.RibbonNumericBox.TextAlign">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.TextAlign.html#C1_Win_Ribbon_RibbonNumericBox_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how text is aligned in the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_TextAreaWidth" data-uid="C1.Win.Ribbon.RibbonNumericBox.TextAreaWidth">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.TextAreaWidth.html#C1_Win_Ribbon_RibbonNumericBox_TextAreaWidth">TextAreaWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>'s text area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_TextBox" data-uid="C1.Win.Ribbon.RibbonNumericBox.TextBox">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.TextBox.html#C1_Win_Ribbon_RibbonNumericBox_TextBox">TextBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.TextBox.html#C1_Win_Ribbon_RibbonNumericBox_TextBox">TextBox</a> control contained in this <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_Value" data-uid="C1.Win.Ribbon.RibbonNumericBox.Value">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Value.html#C1_Win_Ribbon_RibbonNumericBox_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> value in the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ValueIsNull" data-uid="C1.Win.Ribbon.RibbonNumericBox.ValueIsNull">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ValueIsNull.html#C1_Win_Ribbon_RibbonNumericBox_ValueIsNull">ValueIsNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the current <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Value.html#C1_Win_Ribbon_RibbonNumericBox_Value">Value</a> is null.</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_RibbonNumericBox_DownButton" data-uid="C1.Win.Ribbon.RibbonNumericBox.DownButton">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.DownButton.html#C1_Win_Ribbon_RibbonNumericBox_DownButton">DownButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Simulates a click of the down button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnChangeCanceled_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnChangeCanceled(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnChangeCanceled.html#C1_Win_Ribbon_RibbonNumericBox_OnChangeCanceled_System_EventArgs_">OnChangeCanceled(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ChangeCanceled.html">ChangeCanceled</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnChangeCommitted_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnChangeCommitted(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnChangeCommitted.html#C1_Win_Ribbon_RibbonNumericBox_OnChangeCommitted_System_EventArgs_">OnChangeCommitted(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ChangeCommitted.html">ChangeCommitted</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnFormatChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnFormatChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnFormatChanged.html#C1_Win_Ribbon_RibbonNumericBox_OnFormatChanged_System_EventArgs_">OnFormatChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.FormatChanged.html">FormatChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnGotFocus_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnGotFocus.html#C1_Win_Ribbon_RibbonNumericBox_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.GotFocus.html">GotFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnKeyDown.html#C1_Win_Ribbon_RibbonNumericBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.KeyDown.html">KeyDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnKeyPress.html#C1_Win_Ribbon_RibbonNumericBox_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.KeyPress.html">KeyPress</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnKeyUp.html#C1_Win_Ribbon_RibbonNumericBox_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.KeyUp.html">KeyUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnLostFocus_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnLostFocus.html#C1_Win_Ribbon_RibbonNumericBox_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.LostFocus.html">LostFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnPrepareNumberFormat_C1_Win_Ribbon_PrepareNumberFormatEventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnPrepareNumberFormat(C1.Win.Ribbon.PrepareNumberFormatEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnPrepareNumberFormat.html#C1_Win_Ribbon_RibbonNumericBox_OnPrepareNumberFormat_C1_Win_Ribbon_PrepareNumberFormatEventArgs_">OnPrepareNumberFormat(PrepareNumberFormatEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.PrepareNumberFormat.html">PrepareNumberFormat</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnSpinButtonClick_C1_Win_Ribbon_SpinButtonClickEventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnSpinButtonClick(C1.Win.Ribbon.SpinButtonClickEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnSpinButtonClick.html#C1_Win_Ribbon_RibbonNumericBox_OnSpinButtonClick_C1_Win_Ribbon_SpinButtonClickEventArgs_">OnSpinButtonClick(SpinButtonClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.SpinButtonClick.html">SpinButtonClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnTextChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnTextChanged.html#C1_Win_Ribbon_RibbonNumericBox_OnTextChanged_System_EventArgs_">OnTextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.TextChanged.html">TextChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonNumericBox.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.OnValueChanged.html#C1_Win_Ribbon_RibbonNumericBox_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ResetIncrement" data-uid="C1.Win.Ribbon.RibbonNumericBox.ResetIncrement">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ResetIncrement.html#C1_Win_Ribbon_RibbonNumericBox_ResetIncrement">ResetIncrement()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ResetMaximum" data-uid="C1.Win.Ribbon.RibbonNumericBox.ResetMaximum">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ResetMaximum.html#C1_Win_Ribbon_RibbonNumericBox_ResetMaximum">ResetMaximum()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ResetMinimum" data-uid="C1.Win.Ribbon.RibbonNumericBox.ResetMinimum">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ResetMinimum.html#C1_Win_Ribbon_RibbonNumericBox_ResetMinimum">ResetMinimum()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ResetValue" data-uid="C1.Win.Ribbon.RibbonNumericBox.ResetValue">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ResetValue.html#C1_Win_Ribbon_RibbonNumericBox_ResetValue">ResetValue()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeIncrement" data-uid="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeIncrement">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeIncrement.html#C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeIncrement">ShouldSerializeIncrement()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeMaximum" data-uid="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeMaximum">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeMaximum.html#C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeMaximum">ShouldSerializeMaximum()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeMinimum" data-uid="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeMinimum">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeMinimum.html#C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeMinimum">ShouldSerializeMinimum()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeStandardFormat" data-uid="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeStandardFormat">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeStandardFormat.html#C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeStandardFormat">ShouldSerializeStandardFormat()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeValue" data-uid="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeValue">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ShouldSerializeValue.html#C1_Win_Ribbon_RibbonNumericBox_ShouldSerializeValue">ShouldSerializeValue()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_UpButton" data-uid="C1.Win.Ribbon.RibbonNumericBox.UpButton">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.UpButton.html#C1_Win_Ribbon_RibbonNumericBox_UpButton">UpButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Simulates a click of the up button.</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_RibbonNumericBox_ChangeCanceled" data-uid="C1.Win.Ribbon.RibbonNumericBox.ChangeCanceled">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ChangeCanceled.html">ChangeCanceled</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user cancels changes to the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ChangeCommitted" data-uid="C1.Win.Ribbon.RibbonNumericBox.ChangeCommitted">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ChangeCommitted.html">ChangeCommitted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user commits changes to the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_FormatChanged" data-uid="C1.Win.Ribbon.RibbonNumericBox.FormatChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.FormatChanged.html">FormatChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Format.html#C1_Win_Ribbon_RibbonNumericBox_Format">Format</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_GotFocus" data-uid="C1.Win.Ribbon.RibbonNumericBox.GotFocus">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.GotFocus.html">GotFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a> receives focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_KeyDown" data-uid="C1.Win.Ribbon.RibbonNumericBox.KeyDown">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.KeyDown.html">KeyDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a key is first pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_KeyPress" data-uid="C1.Win.Ribbon.RibbonNumericBox.KeyPress">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.KeyPress.html">KeyPress</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses and releases a key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_KeyUp" data-uid="C1.Win.Ribbon.RibbonNumericBox.KeyUp">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.KeyUp.html">KeyUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a key is released.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_LostFocus" data-uid="C1.Win.Ribbon.RibbonNumericBox.LostFocus">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.LostFocus.html">LostFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.html">RibbonNumericBox</a> loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_PrepareNumberFormat" data-uid="C1.Win.Ribbon.RibbonNumericBox.PrepareNumberFormat">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.PrepareNumberFormat.html">PrepareNumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.NumberFormat.html#C1_Win_Ribbon_RibbonNumericBox_NumberFormat">NumberFormat</a> property is recreated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_SpinButtonClick" data-uid="C1.Win.Ribbon.RibbonNumericBox.SpinButtonClick">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.SpinButtonClick.html">SpinButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the up/down buttons are clicked, before their built-in processing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_TextChanged" data-uid="C1.Win.Ribbon.RibbonNumericBox.TextChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.TextChanged.html">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the text is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonNumericBox_ValueChanged" data-uid="C1.Win.Ribbon.RibbonNumericBox.ValueChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Ribbon.RibbonNumericBox.Value.html#C1_Win_Ribbon_RibbonNumericBox_Value">Value</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
