# C1.Framework.CheckBoxButtonElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_CheckBoxButtonElement" data-uid="C1.Framework.CheckBoxButtonElement" class="text-break">CheckBoxButtonElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents a button with checkbox for <a class="xref" href="C1.Framework.TreeRow.html">TreeRow</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.Framework.Element.html">Element</a></div>
    <div class="level2"><a class="xref" href="C1.Framework.BasePanel.html">BasePanel</a></div>
    <div class="level3"><a class="xref" href="C1.Framework.StackPanel.html">StackPanel</a></div>
    <div class="level4"><a class="xref" href="C1.Framework.ButtonElement.html">ButtonElement</a></div>
    <div class="level5"><a class="xref" href="C1.Framework.CheckButtonElement.html">CheckButtonElement</a></div>
    <div class="level6"><span class="xref">CheckBoxButtonElement</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="C1.Framework.IToolTipElement.html">IToolTipElement</a></div>
    <div><a class="xref" href="C1.Win.Accessibility.Items.IUiaButton.html">IUiaButton</a></div>
    <div><a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaInvokeProvider.html">IUiaInvokeProvider</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_CheckBoxButtonElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CheckBoxButtonElement : CheckButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CheckBoxButtonElement
    Inherits CheckButtonElement
    Implements ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider</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_CheckBoxButtonElement__ctor" data-uid="C1.Framework.CheckBoxButtonElement.#ctor">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.-ctor.html#C1_Framework_CheckBoxButtonElement__ctor">CheckBoxButtonElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.CheckBoxButtonElement.html">CheckBoxButtonElement</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_CheckBoxButtonElement_CheckIcon" data-uid="C1.Framework.CheckBoxButtonElement.CheckIcon">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.CheckIcon.html#C1_Framework_CheckBoxButtonElement_CheckIcon">CheckIcon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Framework.C1Icon.html">C1Icon</a> for the checked state of the checkBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_CheckBoxButtonElement_IndeterminateIcon" data-uid="C1.Framework.CheckBoxButtonElement.IndeterminateIcon">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.IndeterminateIcon.html#C1_Framework_CheckBoxButtonElement_IndeterminateIcon">IndeterminateIcon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Framework.C1Icon.html">C1Icon</a> for the indeterminate state of the checkBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_CheckBoxButtonElement_ShowIndeterminate" data-uid="C1.Framework.CheckBoxButtonElement.ShowIndeterminate">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.ShowIndeterminate.html#C1_Framework_CheckBoxButtonElement_ShowIndeterminate">ShowIndeterminate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value determines whether to use Indeterminate icon or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_CheckBoxButtonElement_UncheckedIcon" data-uid="C1.Framework.CheckBoxButtonElement.UncheckedIcon">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.UncheckedIcon.html#C1_Framework_CheckBoxButtonElement_UncheckedIcon">UncheckedIcon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Framework.C1Icon.html">C1Icon</a> for the unchecked state of the checkBox.</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_CheckBoxButtonElement_FinalizeUI" data-uid="C1.Framework.CheckBoxButtonElement.FinalizeUI">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.FinalizeUI.html#C1_Framework_CheckBoxButtonElement_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_CheckBoxButtonElement_GetIconElement" data-uid="C1.Framework.CheckBoxButtonElement.GetIconElement">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.GetIconElement.html#C1_Framework_CheckBoxButtonElement_GetIconElement">GetIconElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns reference to the <a class="xref" href="C1.Framework.TextElement.html">TextElement</a> used to display text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_CheckBoxButtonElement_OnCheckedChanged" data-uid="C1.Framework.CheckBoxButtonElement.OnCheckedChanged">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.OnCheckedChanged.html#C1_Framework_CheckBoxButtonElement_OnCheckedChanged">OnCheckedChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when check box state is changed.</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_Framework_CheckBoxButtonElement_CheckedChanged" data-uid="C1.Framework.CheckBoxButtonElement.CheckedChanged">
          <a class="xref" href="C1.Framework.CheckBoxButtonElement.CheckedChanged.html">CheckedChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when checked/unchecked</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.Win.Accessibility.Items.ProviderExt.InvokeExt.html#C1_Win_Accessibility_Items_ProviderExt_InvokeExt_C1_Win_Accessibility_Items_BaseInterfaces_IUiaInvokeProvider_C1_Win_Accessibility_UiaItem_">ProviderExt.InvokeExt(IUiaInvokeProvider, UiaItem)</a>
  </div>

</div>
