# C1.Schedule.Printing.TagInfo.InputParams

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Printing_TagInfo_InputParams_" data-uid="C1.Schedule.Printing.TagInfo.InputParams*">InputParams Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Printing_TagInfo_InputParams_" data-uid="C1.Schedule.Printing.TagInfo.InputParams*"></a>
<h4 id="C1_Schedule_Printing_TagInfo_InputParams" data-uid="C1.Schedule.Printing.TagInfo.InputParams">InputParams</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Schedule.Printing.TagInputParams.html">TagInputParams</a> object that is used by the tag input dialog
to customize the editor for the current tag. By default, this property is null.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public TagInputParams InputParams { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property InputParams As TagInputParams</code></pre>
</div>
<h5 id="C1_Schedule_Printing_TagInfo_InputParams_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.Schedule.Printing.TagInputParams.html">TagInputParams</a> class is abstract, the following types derived from it
can be used, depending on the current tag's type:</p>
<ul><li><span class="term"><a class="xref" href="C1.Schedule.Printing.TagStringInputParams.html">TagStringInputParams</a></span>Used to customize input of a string value.</li><li><span class="term"><a class="xref" href="C1.Schedule.Printing.TagDateTimeInputParams.html">TagDateTimeInputParams</a></span>Used to customize input of a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</li><li><span class="term"><a class="xref" href="C1.Schedule.Printing.TagListInputParams.html">TagListInputParams</a></span>Allows to use a ListBox or ComboBox for input of the tag's value.</li><li><span class="term"><a class="xref" href="C1.Schedule.Printing.TagBoolInputParams.html">TagBoolInputParams</a></span>Allows to input a Boolean value using a check box.</li><li><span class="term"><a class="xref" href="C1.Schedule.Printing.TagNumericInputParams.html">TagNumericInputParams</a></span>Used to customize input of a integer value.</li></ul>
</div>
</div>
