# C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Design_Designers_C1TextEditorBaseDesigner" data-uid="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner" class="text-break">C1TextEditorBaseDesigner Class
</h1>
  <div class="markdown level0 summary"><p>Base designer for editors based on the <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.html">C1TextBoxBase</a> or <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.html">C1DropDownEditorBase</a> classes.</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="C1.Win.Input.Design.Designers.C1InputControlDesigner.html">C1InputControlDesigner</a></div>
    <div class="level2"><span class="xref">C1TextEditorBaseDesigner</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Design.Designers.html">C1.Win.Input.Design.Designers</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.4.8.dll</h6>
  <h5 id="C1_Win_Input_Design_Designers_C1TextEditorBaseDesigner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TextEditorBaseDesigner : C1InputControlDesigner</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TextEditorBaseDesigner
    Inherits C1InputControlDesigner</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_Win_Input_Design_Designers_C1TextEditorBaseDesigner__ctor" data-uid="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.#ctor">
          <a class="xref" href="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.-ctor.html#C1_Win_Input_Design_Designers_C1TextEditorBaseDesigner__ctor">C1TextEditorBaseDesigner()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the <a class="xref" href="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.html">C1TextEditorBaseDesigner</a> class.</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_Win_Input_Design_Designers_C1TextEditorBaseDesigner_SelectionRules" data-uid="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.SelectionRules">
          <a class="xref" href="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.SelectionRules.html#C1_Win_Input_Design_Designers_C1TextEditorBaseDesigner_SelectionRules">SelectionRules</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves a set of rules concerning the movement capabilities of a component.
This should be one or more flags from the SelectionRules class.  If no designer
provides rules for a component, the component will not get any UI services.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Design_Designers_C1TextEditorBaseDesigner_SnapLines" data-uid="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.SnapLines">
          <a class="xref" href="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.SnapLines.html#C1_Win_Input_Design_Designers_C1TextEditorBaseDesigner_SnapLines">SnapLines</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a baseline SnapLine to the list of SnapLines related to this control.</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_Win_Input_Design_Designers_C1TextEditorBaseDesigner_InitializeNewComponent_System_Collections_IDictionary_" data-uid="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.InitializeNewComponent(System.Collections.IDictionary)">
          <a class="xref" href="C1.Win.Input.Design.Designers.C1TextEditorBaseDesigner.InitializeNewComponent.html#C1_Win_Input_Design_Designers_C1TextEditorBaseDesigner_InitializeNewComponent_System_Collections_IDictionary_">InitializeNewComponent(IDictionary)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
