# C1.Win.C1Editor.C1Editor.EndInit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Editor_C1Editor_EndInit_" data-uid="C1.Win.C1Editor.C1Editor.EndInit*">EndInit Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Editor_C1Editor_EndInit_" data-uid="C1.Win.C1Editor.C1Editor.EndInit*"></a>
<h4 id="C1_Win_C1Editor_C1Editor_EndInit" data-uid="C1.Win.C1Editor.C1Editor.EndInit">EndInit()</h4>
<div class="markdown level1 summary"><p>Ends the initialization of a <a class="xref" href="C1.Win.C1Editor.C1Editor.html">C1Editor</a> that is used on a form or used by another component.
The initialization occurs at run time.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void EndInit()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub EndInit()</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize.endinit">ISupportInitialize.EndInit()</a></div>
<h5 id="C1_Win_C1Editor_C1Editor_EndInit_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The Visual Studio .NET design environment uses this method to end the initialization of a component that is used on a form or used by another component. The BeginInit method starts the initialization. Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized.</p>
</div>
</div>
