# C1.Win.IEmbeddedEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_IEmbeddedEditor" data-uid="C1.Win.IEmbeddedEditor" class="text-break">IEmbeddedEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Represents methods for the embedded editor.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.html">C1.Win</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_IEmbeddedEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEmbeddedEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IEmbeddedEditor</code></pre>
  </div>
  <h5 id="C1_Win_IEmbeddedEditor_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>If you want to use a third-party editor, consider creating a derived class 
and implementing this interface.</p>
</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_IEmbeddedEditor_GetEditStyle" data-uid="C1.Win.IEmbeddedEditor.GetEditStyle">
          <a class="xref" href="C1.Win.IEmbeddedEditor.GetEditStyle.html#C1_Win_IEmbeddedEditor_GetEditStyle">GetEditStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor style, which determines the type of button that is displayed in
the cell before and during editing (DropDown, Modal, or None).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_IEmbeddedEditor_GetValue" data-uid="C1.Win.IEmbeddedEditor.GetValue">
          <a class="xref" href="C1.Win.IEmbeddedEditor.GetValue.html#C1_Win_IEmbeddedEditor_GetValue">GetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current value of the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_IEmbeddedEditor_HandleFinishEdit_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.IEmbeddedEditor.HandleFinishEdit(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.IEmbeddedEditor.HandleFinishEdit.html#C1_Win_IEmbeddedEditor_HandleFinishEdit_System_Windows_Forms_KeyEventArgs_">HandleFinishEdit(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether a given key should finalize editing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_IEmbeddedEditor_Initialize_System_Object_System_Collections_IDictionary_" data-uid="C1.Win.IEmbeddedEditor.Initialize(System.Object,System.Collections.IDictionary)">
          <a class="xref" href="C1.Win.IEmbeddedEditor.Initialize.html#C1_Win_IEmbeddedEditor_Initialize_System_Object_System_Collections_IDictionary_">Initialize(object, IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the editor content and styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_IEmbeddedEditor_IsValueValid" data-uid="C1.Win.IEmbeddedEditor.IsValueValid">
          <a class="xref" href="C1.Win.IEmbeddedEditor.IsValueValid.html#C1_Win_IEmbeddedEditor_IsValueValid">IsValueValid()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines if the editor's current contents are valid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_IEmbeddedEditor_SetFormat_System_String_" data-uid="C1.Win.IEmbeddedEditor.SetFormat(System.String)">
          <a class="xref" href="C1.Win.IEmbeddedEditor.SetFormat.html#C1_Win_IEmbeddedEditor_SetFormat_System_String_">SetFormat(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the format string used to display the value when the control is in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_IEmbeddedEditor_UpdateBounds_System_Drawing_Rectangle_" data-uid="C1.Win.IEmbeddedEditor.UpdateBounds(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.IEmbeddedEditor.UpdateBounds.html#C1_Win_IEmbeddedEditor_UpdateBounds_System_Drawing_Rectangle_">UpdateBounds(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the editor's size and position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
