# C1.Win.Input.IInputEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_IInputEditor" data-uid="C1.Win.Input.IInputEditor" class="text-break">IInputEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Represents methods for the embedded editor based on C1Input text controls.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_IInputEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IInputEditor : IEmbeddedEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IInputEditor
    Inherits IEmbeddedEditor</code></pre>
  </div>
  <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_IInputEditor_GetStyles" data-uid="C1.Win.Input.IInputEditor.GetStyles">
          <a class="xref" href="C1.Win.Input.IInputEditor.GetStyles.html#C1_Win_Input_IInputEditor_GetStyles">GetStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_IInputEditor_SetValue_System_Object_" data-uid="C1.Win.Input.IInputEditor.SetValue(System.Object)">
          <a class="xref" href="C1.Win.Input.IInputEditor.SetValue.html#C1_Win_Input_IInputEditor_SetValue_System_Object_">SetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value to the editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
