# C1.Win.Input.Base.Views.IInputEditorViewBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_Views_IInputEditorViewBase" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase" class="text-break">IInputEditorViewBase Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the base view of input 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_IInputEditorViewBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IInputEditorViewBase : ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IInputEditorViewBase
    Inherits ISupportUiaContainer</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_IInputEditorViewBase_ButtonsSettings" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.ButtonsSettings">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.ButtonsSettings.html#C1_Win_Input_Base_Views_IInputEditorViewBase_ButtonsSettings">ButtonsSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the buttons settings of input editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_EditorElement" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.EditorElement">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.EditorElement.html#C1_Win_Input_Base_Views_IInputEditorViewBase_EditorElement">EditorElement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor element that hosted on the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_ExtraIcons" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.ExtraIcons">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.ExtraIcons.html#C1_Win_Input_Base_Views_IInputEditorViewBase_ExtraIcons">ExtraIcons</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection with additional input editor icons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_FloatingPlaceHolderEnabled" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.FloatingPlaceHolderEnabled">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.FloatingPlaceHolderEnabled.html#C1_Win_Input_Base_Views_IInputEditorViewBase_FloatingPlaceHolderEnabled">FloatingPlaceHolderEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the floating placeholder is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_Icon" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.Icon">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.Icon.html#C1_Win_Input_Base_Views_IInputEditorViewBase_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon of input editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_ImageAlign" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.ImageAlign">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.ImageAlign.html#C1_Win_Input_Base_Views_IInputEditorViewBase_ImageAlign">ImageAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_IsEnabled" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.IsEnabled">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.IsEnabled.html#C1_Win_Input_Base_Views_IInputEditorViewBase_IsEnabled">IsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the view can respond to user interaction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_PlaceHolder" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.PlaceHolder">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.PlaceHolder.html#C1_Win_Input_Base_Views_IInputEditorViewBase_PlaceHolder">PlaceHolder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the textual place holder, that is displayed by <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> to prompt the user for information.</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_IInputEditorViewBase_ApplyStyle_C1_Win_Themes_BaseStyle_" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.ApplyStyle(C1.Win.Themes.BaseStyle)">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.ApplyStyle.html#C1_Win_Input_Base_Views_IInputEditorViewBase_ApplyStyle_C1_Win_Themes_BaseStyle_">ApplyStyle(BaseStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the style to this view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_ChangeEnabledButtonState_System_Boolean_" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.ChangeEnabledButtonState(System.Boolean)">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.ChangeEnabledButtonState.html#C1_Win_Input_Base_Views_IInputEditorViewBase_ChangeEnabledButtonState_System_Boolean_">ChangeEnabledButtonState(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the value of the enabled state for buttons</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_GetElement" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.GetElement">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.GetElement.html#C1_Win_Input_Base_Views_IInputEditorViewBase_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>
  <h3 id="events">Events
</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_IInputEditorViewBase_CustomButtonClick" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.CustomButtonClick">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.CustomButtonClick.html">CustomButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Custom button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_DropDownButtonClick" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.DropDownButtonClick">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.DropDownButtonClick.html">DropDownButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when DropDown button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_ModalButtonClick" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.ModalButtonClick">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.ModalButtonClick.html">ModalButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Modal button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_IInputEditorViewBase_UpDownButtonClick" data-uid="C1.Win.Input.Base.Views.IInputEditorViewBase.UpDownButtonClick">
          <a class="xref" href="C1.Win.Input.Base.Views.IInputEditorViewBase.UpDownButtonClick.html">UpDownButtonClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when Up or Down buttons are clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
