# C1.Win.Input.Base.Views.InputPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Base_Views_InputPanel" data-uid="C1.Win.Input.Base.Views.InputPanel" class="text-break">InputPanel Class
</h1>
  <div class="markdown level0 summary"><p>Implements the basic functionality for dinamic styles and <a class="xref" href="../C1.Win.10/C1.Win.Themes.BaseStyle.html">BaseStyle</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="../C1.Win.10/C1.Framework.Element.html">Element</a></div>
    <div class="level2"><a class="xref" href="../C1.Win.10/C1.Framework.BasePanel.html">BasePanel</a></div>
    <div class="level3"><a class="xref" href="../C1.Win.10/C1.Framework.DockPanel.html">DockPanel</a></div>
    <div class="level4"><span class="xref">InputPanel</span></div>
      <div class="level5"><a class="xref" href="C1.Win.Input.Base.Views.InputEditorViewBase.html">InputEditorViewBase</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../C1.Win.10/C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_InputPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class InputPanel : DockPanel, ISupportUia, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class InputPanel
    Inherits DockPanel
    Implements ISupportUia, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_InputPanel__ctor" data-uid="C1.Win.Input.Base.Views.InputPanel.#ctor">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.-ctor.html#C1_Win_Input_Base_Views_InputPanel__ctor">InputPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.html">InputPanel</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_InputPanel_IsDisposed" data-uid="C1.Win.Input.Base.Views.InputPanel.IsDisposed">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.IsDisposed.html#C1_Win_Input_Base_Views_InputPanel_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the class has been disposed of.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_ShowFocusCues" data-uid="C1.Win.Input.Base.Views.InputPanel.ShowFocusCues">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.ShowFocusCues.html#C1_Win_Input_Base_Views_InputPanel_ShowFocusCues">ShowFocusCues</a>
        </td>
        <td class="markdown level1 summary"><p>Geta a value that indicates whether the user interface is in a state to show or hide focus rectangles.</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_InputPanel_ApplyStyle_C1_Win_Themes_BaseStyle_" data-uid="C1.Win.Input.Base.Views.InputPanel.ApplyStyle(C1.Win.Themes.BaseStyle)">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.ApplyStyle.html#C1_Win_Input_Base_Views_InputPanel_ApplyStyle_C1_Win_Themes_BaseStyle_">ApplyStyle(BaseStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a <a class="xref" href="../C1.Win.10/C1.Win.Themes.BaseStyle.html">BaseStyle</a> to panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_CreateStyle_System_String_" data-uid="C1.Win.Input.Base.Views.InputPanel.CreateStyle(System.String)">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.CreateStyle.html#C1_Win_Input_Base_Views_InputPanel_CreateStyle_System_String_">CreateStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates or gets if contains a named style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_Dispose" data-uid="C1.Win.Input.Base.Views.InputPanel.Dispose">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.Dispose.html#C1_Win_Input_Base_Views_InputPanel_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.html">InputPanel</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_Dispose_System_Boolean_" data-uid="C1.Win.Input.Base.Views.InputPanel.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.Dispose.html#C1_Win_Input_Base_Views_InputPanel_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.html">InputPanel</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_GetActualStyle_System_String_" data-uid="C1.Win.Input.Base.Views.InputPanel.GetActualStyle(System.String)">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.GetActualStyle.html#C1_Win_Input_Base_Views_InputPanel_GetActualStyle_System_String_">GetActualStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a actual style for current state of elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_GetActualStyle_System_String_C1_Framework_Element_" data-uid="C1.Win.Input.Base.Views.InputPanel.GetActualStyle(System.String,C1.Framework.Element)">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.GetActualStyle.html#C1_Win_Input_Base_Views_InputPanel_GetActualStyle_System_String_C1_Framework_Element_">GetActualStyle(string, Element)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a actual style for current state of target element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_GetPreferredSize" data-uid="C1.Win.Input.Base.Views.InputPanel.GetPreferredSize">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.GetPreferredSize.html#C1_Win_Input_Base_Views_InputPanel_GetPreferredSize">GetPreferredSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the size of a rectangular area into which this element can be fitted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_GetStyle_System_String_" data-uid="C1.Win.Input.Base.Views.InputPanel.GetStyle(System.String)">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.GetStyle.html#C1_Win_Input_Base_Views_InputPanel_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a named style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Base_Views_InputPanel_Render_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Win.Input.Base.Views.InputPanel.Render(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.Input.Base.Views.InputPanel.Render.html#C1_Win_Input_Base_Views_InputPanel_Render_System_Drawing_Graphics_System_Drawing_Rectangle_">Render(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the element into a given rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
