# C1.Framework.Accessibility.DropDownAccessibleObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Accessibility_DropDownAccessibleObject" data-uid="C1.Framework.Accessibility.DropDownAccessibleObject" class="text-break">DropDownAccessibleObject Class
</h1>
  <div class="markdown level0 summary"><p>Provides information about a C1 control that hosted on drop down form and can be used by an accessibility application.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices.standardolemarshalobject">StandardOleMarshalObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.accessibleobject">AccessibleObject</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a>.<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.controlaccessibleobject">ControlAccessibleObject</a></div>
    <div class="level5"><a class="xref" href="C1.Framework.Accessibility.C1ControlAccessibleObject.html">C1ControlAccessibleObject</a></div>
    <div class="level6"><span class="xref">DropDownAccessibleObject</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.reflection.ireflect">IReflect</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/accessibility.iaccessible">IAccessible</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Accessibility.html">C1.Framework.Accessibility</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_Accessibility_DropDownAccessibleObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DropDownAccessibleObject : C1ControlAccessibleObject, IReflect, IAccessible</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DropDownAccessibleObject
    Inherits C1ControlAccessibleObject
    Implements IReflect, IAccessible</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_Accessibility_DropDownAccessibleObject__ctor_C1_Framework_XView_" data-uid="C1.Framework.Accessibility.DropDownAccessibleObject.#ctor(C1.Framework.XView)">
          <a class="xref" href="C1.Framework.Accessibility.DropDownAccessibleObject.-ctor.html#C1_Framework_Accessibility_DropDownAccessibleObject__ctor_C1_Framework_XView_">DropDownAccessibleObject(XView)</a>
        </td>
        <td class="markdown level1 summary"></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_Accessibility_DropDownAccessibleObject_DefaultName" data-uid="C1.Framework.Accessibility.DropDownAccessibleObject.DefaultName">
          <a class="xref" href="C1.Framework.Accessibility.DropDownAccessibleObject.DefaultName.html#C1_Framework_Accessibility_DropDownAccessibleObject_DefaultName">DefaultName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a default name of this <a class="xref" href="C1.Framework.Accessibility.C1ControlAccessibleObject.html">C1ControlAccessibleObject</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Accessibility_DropDownAccessibleObject_ElementsHolder" data-uid="C1.Framework.Accessibility.DropDownAccessibleObject.ElementsHolder">
          <a class="xref" href="C1.Framework.Accessibility.DropDownAccessibleObject.ElementsHolder.html#C1_Framework_Accessibility_DropDownAccessibleObject_ElementsHolder">ElementsHolder</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_Accessibility_DropDownAccessibleObject_Role" data-uid="C1.Framework.Accessibility.DropDownAccessibleObject.Role">
          <a class="xref" href="C1.Framework.Accessibility.DropDownAccessibleObject.Role.html#C1_Framework_Accessibility_DropDownAccessibleObject_Role">Role</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_Accessibility_DropDownAccessibleObject_State" data-uid="C1.Framework.Accessibility.DropDownAccessibleObject.State">
          <a class="xref" href="C1.Framework.Accessibility.DropDownAccessibleObject.State.html#C1_Framework_Accessibility_DropDownAccessibleObject_State">State</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
