# C1.Win.Input.Base.Views.IInputEditorElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_Views_IInputEditorElement" data-uid="C1.Win.Input.Base.Views.IInputEditorElement" class="text-break">IInputEditorElement Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the element that hosts the editor.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Base.Views.html">C1.Win.Input.Base.Views</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Base_Views_IInputEditorElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IInputEditorElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IInputEditorElement</code></pre>
  </div>
  <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_Base_Views_IInputEditorElement_Bounds" data-uid="C1.Win.Input.Base.Views.IInputEditorElement.Bounds">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorElement.Bounds.html#C1_Win_Input_Base_Views_IInputEditorElement_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the bounds of content element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorElement_Style" data-uid="C1.Win.Input.Base.Views.IInputEditorElement.Style">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorElement.Style.html#C1_Win_Input_Base_Views_IInputEditorElement_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of content element.</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_Base_Views_IInputEditorElement_ApplyStyle" data-uid="C1.Win.Input.Base.Views.IInputEditorElement.ApplyStyle">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorElement.ApplyStyle.html#C1_Win_Input_Base_Views_IInputEditorElement_ApplyStyle">ApplyStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies style attributes from the element to the hosted control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorElement_GetElement" data-uid="C1.Win.Input.Base.Views.IInputEditorElement.GetElement">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorElement.GetElement.html#C1_Win_Input_Base_Views_IInputEditorElement_GetElement">GetElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="../C1.Win.10/C1.Framework.Element.html">Element</a> of this content element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
