# C1.Win.C1Input.C1TextBox.TextLength

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Input_C1TextBox_TextLength_" data-uid="C1.Win.C1Input.C1TextBox.TextLength*">TextLength Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Input_C1TextBox_TextLength_" data-uid="C1.Win.C1Input.C1TextBox.TextLength*"></a>
<h4 id="C1_Win_C1Input_C1TextBox_TextLength" data-uid="C1.Win.C1Input.C1TextBox.TextLength">TextLength</h4>
<div class="markdown level1 summary"><p>Gets the length of text in the control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override int TextLength { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides ReadOnly Property TextLength As Integer</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textboxbase.textlength">TextBoxBase.TextLength</a></div>
</div>
