# C1.C1Preview.TagNumericInputParams

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_TagNumericInputParams" data-uid="C1.C1Preview.TagNumericInputParams" class="text-break">TagNumericInputParams Class
</h1>
  <div class="markdown level0 summary"><p>Represents customization parameters for input of numeric tag values.</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.C1Preview.TagInputParams.html">TagInputParams</a></div>
    <div class="level2"><span class="xref">TagNumericInputParams</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_TagNumericInputParams_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TagNumericInputParams : TagInputParams, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TagNumericInputParams
    Inherits TagInputParams
    Implements ICloneable</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_C1Preview_TagNumericInputParams__ctor" data-uid="C1.C1Preview.TagNumericInputParams.#ctor">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.-ctor.html#C1_C1Preview_TagNumericInputParams__ctor">TagNumericInputParams()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.TagNumericInputParams.html">TagNumericInputParams</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagNumericInputParams__ctor_System_Decimal_System_Decimal_System_Decimal_System_Int32_" data-uid="C1.C1Preview.TagNumericInputParams.#ctor(System.Decimal,System.Decimal,System.Decimal,System.Int32)">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.-ctor.html#C1_C1Preview_TagNumericInputParams__ctor_System_Decimal_System_Decimal_System_Decimal_System_Int32_">TagNumericInputParams(decimal, decimal, decimal, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.TagNumericInputParams.html">TagNumericInputParams</a> 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_C1Preview_TagNumericInputParams_DecimalPlaces" data-uid="C1.C1Preview.TagNumericInputParams.DecimalPlaces">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.DecimalPlaces.html#C1_C1Preview_TagNumericInputParams_DecimalPlaces">DecimalPlaces</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the editor precision (decimal places).</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagNumericInputParams_Increment" data-uid="C1.C1Preview.TagNumericInputParams.Increment">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.Increment.html#C1_C1Preview_TagNumericInputParams_Increment">Increment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the increment for the spin buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagNumericInputParams_Maximum" data-uid="C1.C1Preview.TagNumericInputParams.Maximum">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.Maximum.html#C1_C1Preview_TagNumericInputParams_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum allowed value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagNumericInputParams_Minimum" data-uid="C1.C1Preview.TagNumericInputParams.Minimum">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.Minimum.html#C1_C1Preview_TagNumericInputParams_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum allowed value.</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_C1Preview_TagNumericInputParams_AssignFrom_C1_C1Preview_TagInputParams_" data-uid="C1.C1Preview.TagNumericInputParams.AssignFrom(C1.C1Preview.TagInputParams)">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.AssignFrom.html#C1_C1Preview_TagNumericInputParams_AssignFrom_C1_C1Preview_TagInputParams_">AssignFrom(TagInputParams)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the properties of the specified object to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagNumericInputParams_CheckValue_System_Windows_Forms_Control_C1_C1Preview_Tag_System_String__" data-uid="C1.C1Preview.TagNumericInputParams.CheckValue(System.Windows.Forms.Control,C1.C1Preview.Tag,System.String@)">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.CheckValue.html#C1_C1Preview_TagNumericInputParams_CheckValue_System_Windows_Forms_Control_C1_C1Preview_Tag_System_String__">CheckValue(Control, Tag, ref string)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks the value contained in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagNumericInputParams_ControlValueToTag_System_Windows_Forms_Control_C1_C1Preview_Tag_" data-uid="C1.C1Preview.TagNumericInputParams.ControlValueToTag(System.Windows.Forms.Control,C1.C1Preview.Tag)">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.ControlValueToTag.html#C1_C1Preview_TagNumericInputParams_ControlValueToTag_System_Windows_Forms_Control_C1_C1Preview_Tag_">ControlValueToTag(Control, Tag)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the value from the control to the tag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagNumericInputParams_CreateControl_C1_C1Preview_Tag_System_Int32_" data-uid="C1.C1Preview.TagNumericInputParams.CreateControl(C1.C1Preview.Tag,System.Int32)">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.CreateControl.html#C1_C1Preview_TagNumericInputParams_CreateControl_C1_C1Preview_Tag_System_Int32_">CreateControl(Tag, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.numericupdown">NumericUpDown</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagNumericInputParams_TagValueToControl_System_Windows_Forms_Control_C1_C1Preview_Tag_" data-uid="C1.C1Preview.TagNumericInputParams.TagValueToControl(System.Windows.Forms.Control,C1.C1Preview.Tag)">
          <a class="xref" href="C1.C1Preview.TagNumericInputParams.TagValueToControl.html#C1_C1Preview_TagNumericInputParams_TagValueToControl_System_Windows_Forms_Control_C1_C1Preview_Tag_">TagValueToControl(Control, Tag)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the value from the tag to the control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
