# C1.Win.GanttView.Printing.TagInputParams

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_Printing_TagInputParams" data-uid="C1.Win.GanttView.Printing.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.Win.GanttView.Printing.TagBoolInputParams.html">TagBoolInputParams</a></div>
      <div class="level2"><a class="xref" href="C1.Win.GanttView.Printing.TagDateTimeInputParams.html">TagDateTimeInputParams</a></div>
      <div class="level2"><a class="xref" href="C1.Win.GanttView.Printing.TagListInputParams.html">TagListInputParams</a></div>
      <div class="level2"><a class="xref" href="C1.Win.GanttView.Printing.TagNumericInputParams.html">TagNumericInputParams</a></div>
      <div class="level2"><a class="xref" href="C1.Win.GanttView.Printing.TagStringInputParams.html">TagStringInputParams</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.Printing.html">C1.Win.GanttView.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_Printing_TagInputParams_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class TagInputParams</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class TagInputParams</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_GanttView_Printing_TagInputParams__ctor" data-uid="C1.Win.GanttView.Printing.TagInputParams.#ctor">
          <a class="xref" href="C1.Win.GanttView.Printing.TagInputParams.-ctor.html#C1_Win_GanttView_Printing_TagInputParams__ctor">TagInputParams()</a>
        </td>
        <td class="markdown level1 summary"></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_GanttView_Printing_TagInputParams_IsShowLabel" data-uid="C1.Win.GanttView.Printing.TagInputParams.IsShowLabel">
          <a class="xref" href="C1.Win.GanttView.Printing.TagInputParams.IsShowLabel.html#C1_Win_GanttView_Printing_TagInputParams_IsShowLabel">IsShowLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the input form should show the label with the tag's
description adjacent to the input control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
