# C1.C1Preview.TagInputParams

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_TagInputParams" data-uid="C1.C1Preview.TagInputParams" class="text-break">TagInputParams Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for specialized classes used by the
tag input dialog to customize input of individual tags.</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">TagInputParams</span></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.TagBoolInputParams.html">TagBoolInputParams</a></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.TagDateTimeInputParams.html">TagDateTimeInputParams</a></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.TagListInputParams.html">TagListInputParams</a></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.TagNumericInputParams.html">TagNumericInputParams</a></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.TagStringInputParams.html">TagStringInputParams</a></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.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_TagInputParams_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public abstract class TagInputParams : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public MustInherit Class 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_TagInputParams__ctor" data-uid="C1.C1Preview.TagInputParams.#ctor">
          <a class="xref" href="C1.C1Preview.TagInputParams.-ctor.html#C1_C1Preview_TagInputParams__ctor">TagInputParams()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.TagInputParams.html">TagInputParams</a> class.</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_TagInputParams_AssignFrom_C1_C1Preview_TagInputParams_" data-uid="C1.C1Preview.TagInputParams.AssignFrom(C1.C1Preview.TagInputParams)">
          <a class="xref" href="C1.C1Preview.TagInputParams.AssignFrom.html#C1_C1Preview_TagInputParams_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_TagInputParams_CheckValue_System_Windows_Forms_Control_C1_C1Preview_Tag_System_String__" data-uid="C1.C1Preview.TagInputParams.CheckValue(System.Windows.Forms.Control,C1.C1Preview.Tag,System.String@)">
          <a class="xref" href="C1.C1Preview.TagInputParams.CheckValue.html#C1_C1Preview_TagInputParams_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_TagInputParams_Clone" data-uid="C1.C1Preview.TagInputParams.Clone">
          <a class="xref" href="C1.C1Preview.TagInputParams.Clone.html#C1_C1Preview_TagInputParams_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagInputParams_ControlValueToTag_System_Windows_Forms_Control_C1_C1Preview_Tag_" data-uid="C1.C1Preview.TagInputParams.ControlValueToTag(System.Windows.Forms.Control,C1.C1Preview.Tag)">
          <a class="xref" href="C1.C1Preview.TagInputParams.ControlValueToTag.html#C1_C1Preview_TagInputParams_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_TagInputParams_CreateControl_C1_C1Preview_Tag_System_Int32_" data-uid="C1.C1Preview.TagInputParams.CreateControl(C1.C1Preview.Tag,System.Int32)">
          <a class="xref" href="C1.C1Preview.TagInputParams.CreateControl.html#C1_C1Preview_TagInputParams_CreateControl_C1_C1Preview_Tag_System_Int32_">CreateControl(Tag, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a control that can be used to input the tag value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagInputParams_IsShowLabel" data-uid="C1.C1Preview.TagInputParams.IsShowLabel">
          <a class="xref" href="C1.C1Preview.TagInputParams.IsShowLabel.html#C1_C1Preview_TagInputParams_IsShowLabel">IsShowLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value indicating whether the input form should show the label with the tag's
description adjacent to the input control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_TagInputParams_TagValueToControl_System_Windows_Forms_Control_C1_C1Preview_Tag_" data-uid="C1.C1Preview.TagInputParams.TagValueToControl(System.Windows.Forms.Control,C1.C1Preview.Tag)">
          <a class="xref" href="C1.C1Preview.TagInputParams.TagValueToControl.html#C1_C1Preview_TagInputParams_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>
