# C1.Win.Input.Base.Views.ITextBoxBaseView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_Views_ITextBoxBaseView" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView" class="text-break">ITextBoxBaseView Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the methods and properties of view for <a class="xref" href="C1.Win.Input.Base.C1TextBoxBase.html">C1TextBoxBase</a> class.</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_ITextBoxBaseView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITextBoxBaseView : IInputEditorViewBase, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITextBoxBaseView
    Inherits IInputEditorViewBase, 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_ITextBoxBaseView_BorderStyle" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.BorderStyle">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.BorderStyle.html#C1_Win_Input_Base_Views_ITextBoxBaseView_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border type of the text box control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_Focused" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.Focused">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.Focused.html#C1_Win_Input_Base_Views_ITextBoxBaseView_Focused">Focused</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether this <a class="xref" href="../C1.Win.10/C1.Framework.Element.html">Element</a> has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_HorizontalAlignment" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.HorizontalAlignment">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.HorizontalAlignment.html#C1_Win_Input_Base_Views_ITextBoxBaseView_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how text is aligned in a <a class="xref" href="C1.Win.Input.C1TextBox.html">C1TextBox</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_MarkEmpty" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.MarkEmpty">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.MarkEmpty.html#C1_Win_Input_Base_Views_ITextBoxBaseView_MarkEmpty">MarkEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates need draws a red dotted line if Value is empty or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_ReadOnly" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.ReadOnly">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.ReadOnly.html#C1_Win_Input_Base_Views_ITextBoxBaseView_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether text in the text box is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_VerticalAlignment" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.VerticalAlignment">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.VerticalAlignment.html#C1_Win_Input_Base_Views_ITextBoxBaseView_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the content in the control.</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_ITextBoxBaseView_GetTextBox" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.GetTextBox">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.GetTextBox.html#C1_Win_Input_Base_Views_ITextBoxBaseView_GetTextBox">GetTextBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.textbox">TextBox</a> control for this view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_OnGotFocus_System_EventArgs_" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.OnGotFocus.html#C1_Win_Input_Base_Views_ITextBoxBaseView_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when this <a class="xref" href="../C1.Win.10/C1.Framework.Element.html">Element</a> receives the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_OnLostFocus_System_EventArgs_" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.OnLostFocus.html#C1_Win_Input_Base_Views_ITextBoxBaseView_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when this <a class="xref" href="../C1.Win.10/C1.Framework.Element.html">Element</a> loses the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.OnMouseEnter.html#C1_Win_Input_Base_Views_ITextBoxBaseView_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the mouse enters this <a class="xref" href="../C1.Win.10/C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_ITextBoxBaseView_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.Input.Base.Views.ITextBoxBaseView.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Input.Base.Views.ITextBoxBaseView.OnMouseLeave.html#C1_Win_Input_Base_Views_ITextBoxBaseView_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the mouse leaves this <a class="xref" href="../C1.Win.10/C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
