# C1.Blazor.Input.C1AutoCompleteTextBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Input_C1AutoCompleteTextBox" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox" class="text-break">C1AutoCompleteTextBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control that can be used to display and edit plain text.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><a class="xref" href="C1.Blazor.Input.C1TextBox.html">C1TextBox</a></div>
    <div class="level4"><span class="xref">C1AutoCompleteTextBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Input.html">C1.Blazor.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Input.dll</h6>
  <h5 id="C1_Blazor_Input_C1AutoCompleteTextBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1AutoCompleteTextBox : C1TextBox, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1AutoCompleteTextBox
    Inherits C1TextBox
    Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</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_Blazor_Input_C1AutoCompleteTextBox__ctor" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.#ctor">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.-ctor.html#C1_Blazor_Input_C1AutoCompleteTextBox__ctor">C1AutoCompleteTextBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.html">C1AutoCompleteTextBox</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Input_C1AutoCompleteTextBox_DelayProperty" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.DelayProperty">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.DelayProperty.html">DelayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.Delay.html#C1_Blazor_Input_C1AutoCompleteTextBox_Delay">Delay</a> dependency property.</p>
</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_Blazor_Input_C1AutoCompleteTextBox_AutoComplete" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.AutoComplete">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.AutoComplete.html#C1_Blazor_Input_C1AutoCompleteTextBox_AutoComplete">AutoComplete</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback used to provide the auto-completion text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1AutoCompleteTextBox_AutoCompleteText" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.AutoCompleteText">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.AutoCompleteText.html#C1_Blazor_Input_C1AutoCompleteTextBox_AutoCompleteText">AutoCompleteText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the auto-completed text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1AutoCompleteTextBox_Delay" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.Delay">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.Delay.html#C1_Blazor_Input_C1AutoCompleteTextBox_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay that occurs between the key strokes and the text changed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1AutoCompleteTextBox_IsPlaceholderVisible" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.IsPlaceholderVisible">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.IsPlaceholderVisible.html#C1_Blazor_Input_C1AutoCompleteTextBox_IsPlaceholderVisible">IsPlaceholderVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the placeholder is visible.</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_Blazor_Input_C1AutoCompleteTextBox_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.BuildRenderTree.html#C1_Blazor_Input_C1AutoCompleteTextBox_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_">BuildRenderTree(RenderTreeBuilder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1AutoCompleteTextBox_Complete" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.Complete">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.Complete.html#C1_Blazor_Input_C1AutoCompleteTextBox_Complete">Complete()</a>
        </td>
        <td class="markdown level1 summary"><p>Completes the text using the current auto-complete text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1AutoCompleteTextBox_Dispose_System_Boolean_" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.Dispose.html#C1_Blazor_Input_C1AutoCompleteTextBox_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1AutoCompleteTextBox_InitializeAsync" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.InitializeAsync">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.InitializeAsync.html#C1_Blazor_Input_C1AutoCompleteTextBox_InitializeAsync">InitializeAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called when the component is initialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Input_C1AutoCompleteTextBox_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.Input.C1AutoCompleteTextBox.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.Input.C1AutoCompleteTextBox.OnAfterRender.html#C1_Blazor_Input_C1AutoCompleteTextBox_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
