# C1.Framework.TreeRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_TreeRow" data-uid="C1.Framework.TreeRow" class="text-break">TreeRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a tree panel row element.</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.Framework.Element.html">Element</a></div>
    <div class="level2"><a class="xref" href="C1.Framework.BasePanel.html">BasePanel</a></div>
    <div class="level3"><span class="xref">TreeRow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_TreeRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TreeRow : BasePanel, ISupportUia</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TreeRow
    Inherits BasePanel
    Implements ISupportUia</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_Framework_TreeRow__ctor" data-uid="C1.Framework.TreeRow.#ctor">
          <a class="xref" href="C1.Framework.TreeRow.-ctor.html#C1_Framework_TreeRow__ctor">TreeRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</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_Framework_TreeRow_CheckBox" data-uid="C1.Framework.TreeRow.CheckBox">
          <a class="xref" href="C1.Framework.TreeRow.CheckBox.html#C1_Framework_TreeRow_CheckBox">CheckBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the checkbox for this <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_ExpandButton" data-uid="C1.Framework.TreeRow.ExpandButton">
          <a class="xref" href="C1.Framework.TreeRow.ExpandButton.html#C1_Framework_TreeRow_ExpandButton">ExpandButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the button to change the expanded state for this <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_Expanded" data-uid="C1.Framework.TreeRow.Expanded">
          <a class="xref" href="C1.Framework.TreeRow.Expanded.html#C1_Framework_TreeRow_Expanded">Expanded</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expanded state value for this <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_Level" data-uid="C1.Framework.TreeRow.Level">
          <a class="xref" href="C1.Framework.TreeRow.Level.html#C1_Framework_TreeRow_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the level of this <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_ParentRow" data-uid="C1.Framework.TreeRow.ParentRow">
          <a class="xref" href="C1.Framework.TreeRow.ParentRow.html#C1_Framework_TreeRow_ParentRow">ParentRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent row of this <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_Rows" data-uid="C1.Framework.TreeRow.Rows">
          <a class="xref" href="C1.Framework.TreeRow.Rows.html#C1_Framework_TreeRow_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of child rows for this <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_TreePanel" data-uid="C1.Framework.TreeRow.TreePanel">
          <a class="xref" href="C1.Framework.TreeRow.TreePanel.html#C1_Framework_TreeRow_TreePanel">TreePanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent tree panel of this <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</a>.</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_Framework_TreeRow_FinalizeUI" data-uid="C1.Framework.TreeRow.FinalizeUI">
          <a class="xref" href="C1.Framework.TreeRow.FinalizeUI.html#C1_Framework_TreeRow_FinalizeUI">FinalizeUI()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes the user interface. This method is called when element is removed from UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_GetCheckBoxElement" data-uid="C1.Framework.TreeRow.GetCheckBoxElement">
          <a class="xref" href="C1.Framework.TreeRow.GetCheckBoxElement.html#C1_Framework_TreeRow_GetCheckBoxElement">GetCheckBoxElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a checkbox instance for <a class="xref" href="C1.Framework.TreeRow.CheckBox.html#C1_Framework_TreeRow_CheckBox">CheckBox</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_GetExpandButtonElement" data-uid="C1.Framework.TreeRow.GetExpandButtonElement">
          <a class="xref" href="C1.Framework.TreeRow.GetExpandButtonElement.html#C1_Framework_TreeRow_GetExpandButtonElement">GetExpandButtonElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a button instance for <a class="xref" href="C1.Framework.TreeRow.ExpandButton.html#C1_Framework_TreeRow_ExpandButton">ExpandButton</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_HitTest_System_Drawing_Point_" data-uid="C1.Framework.TreeRow.HitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Framework.TreeRow.HitTest.html#C1_Framework_TreeRow_HitTest_System_Drawing_Point_">HitTest(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the element at a given point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_TreeRow_Render_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Framework.TreeRow.Render(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.TreeRow.Render.html#C1_Framework_TreeRow_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>
