# C1.C1Preview.Tag.InputParams

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Tag_InputParams_" data-uid="C1.C1Preview.Tag.InputParams*">InputParams Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Tag_InputParams_" data-uid="C1.C1Preview.Tag.InputParams*"></a>
<h4 id="C1_C1Preview_Tag_InputParams" data-uid="C1.C1Preview.Tag.InputParams">InputParams</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.C1Preview.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; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property InputParams As TagInputParams</code></pre>
</div>
<h5 id="C1_C1Preview_Tag_InputParams_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.C1Preview.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.C1Preview.TagStringInputParams.html">TagStringInputParams</a></span>Used to customize input of a string value.</li><li><span class="term"><a class="xref" href="C1.C1Preview.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.C1Preview.TagListInputParams.html">TagListInputParams</a></span>Allows to use a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.listbox">ListBox</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.combobox">ComboBox</a> for input of the tag's value.</li><li><span class="term"><a class="xref" href="C1.C1Preview.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.C1Preview.TagNumericInputParams.html">TagNumericInputParams</a></span>Used to customize input of a numeric value.</li></ul>
</div>
</div>
