# C1.Win.TreeView.IC1TreeEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_IC1TreeEditor" data-uid="C1.Win.TreeView.IC1TreeEditor" class="text-break">IC1TreeEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Interface implemented by editors and used by the treeview to host edit controls
on cells.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TreeView.html">C1.Win.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TreeView.4.8.dll</h6>
  <h5 id="C1_Win_TreeView_IC1TreeEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1TreeEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1TreeEditor</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_TreeView_IC1TreeEditor_C1EditorGetValue" data-uid="C1.Win.TreeView.IC1TreeEditor.C1EditorGetValue">
          <a class="xref" href="C1.Win.TreeView.IC1TreeEditor.C1EditorGetValue.html#C1_Win_TreeView_IC1TreeEditor_C1EditorGetValue">C1EditorGetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current value of the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_IC1TreeEditor_C1EditorInitialize_System_Object_System_Collections_IDictionary_" data-uid="C1.Win.TreeView.IC1TreeEditor.C1EditorInitialize(System.Object,System.Collections.IDictionary)">
          <a class="xref" href="C1.Win.TreeView.IC1TreeEditor.C1EditorInitialize.html#C1_Win_TreeView_IC1TreeEditor_C1EditorInitialize_System_Object_System_Collections_IDictionary_">C1EditorInitialize(object, IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Called to initialize the editor content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_IC1TreeEditor_C1EditorKeyDownFinishEdit_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.TreeView.IC1TreeEditor.C1EditorKeyDownFinishEdit(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.TreeView.IC1TreeEditor.C1EditorKeyDownFinishEdit.html#C1_Win_TreeView_IC1TreeEditor_C1EditorKeyDownFinishEdit_System_Windows_Forms_KeyEventArgs_">C1EditorKeyDownFinishEdit(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_TreeView_IC1TreeEditor_C1EditorSetFormat_System_String_" data-uid="C1.Win.TreeView.IC1TreeEditor.C1EditorSetFormat(System.String)">
          <a class="xref" href="C1.Win.TreeView.IC1TreeEditor.C1EditorSetFormat.html#C1_Win_TreeView_IC1TreeEditor_C1EditorSetFormat_System_String_">C1EditorSetFormat(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_TreeView_IC1TreeEditor_C1EditorUpdateBounds_System_Drawing_Rectangle_" data-uid="C1.Win.TreeView.IC1TreeEditor.C1EditorUpdateBounds(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.TreeView.IC1TreeEditor.C1EditorUpdateBounds.html#C1_Win_TreeView_IC1TreeEditor_C1EditorUpdateBounds_System_Drawing_Rectangle_">C1EditorUpdateBounds(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Called to update the editor's size and position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_IC1TreeEditor_C1EditorValueIsValid" data-uid="C1.Win.TreeView.IC1TreeEditor.C1EditorValueIsValid">
          <a class="xref" href="C1.Win.TreeView.IC1TreeEditor.C1EditorValueIsValid.html#C1_Win_TreeView_IC1TreeEditor_C1EditorValueIsValid">C1EditorValueIsValid()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines if the editor's current contents are valid.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
