# C1.Win.C1Input.DropDownItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_DropDownItem" data-uid="C1.Win.C1Input.DropDownItem" class="text-break">DropDownItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents drop down item for <a class="xref" href="C1.Win.C1Input.C1SplitButton.html">C1SplitButton</a> control.</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.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">DropDownItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</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.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_DropDownItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DropDownItem : Component, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DropDownItem
    Inherits Component
    Implements IComponent, 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_C1Input_DropDownItem__ctor" data-uid="C1.Win.C1Input.DropDownItem.#ctor">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.-ctor.html#C1_Win_C1Input_DropDownItem__ctor">DropDownItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of DropDownItem 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_C1Input_DropDownItem_CheckOnClick" data-uid="C1.Win.C1Input.DropDownItem.CheckOnClick">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.CheckOnClick.html#C1_Win_C1Input_DropDownItem_CheckOnClick">CheckOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the item should toggle its pressed state when it is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_Checked" data-uid="C1.Win.C1Input.DropDownItem.Checked">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Checked.html#C1_Win_C1Input_DropDownItem_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the item is checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_DialogResult" data-uid="C1.Win.C1Input.DropDownItem.DialogResult">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.DialogResult.html#C1_Win_C1Input_DropDownItem_DialogResult">DialogResult</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dialog-box result produced in a modal form by clicking the button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_Enabled" data-uid="C1.Win.C1Input.DropDownItem.Enabled">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Enabled.html#C1_Win_C1Input_DropDownItem_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the item can respond to user interaction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_Image" data-uid="C1.Win.C1Input.DropDownItem.Image">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Image.html#C1_Win_C1Input_DropDownItem_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image associated with the <a class="xref" href="C1.Win.C1Input.DropDownItem.html">DropDownItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_ImageAlign" data-uid="C1.Win.C1Input.DropDownItem.ImageAlign">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.ImageAlign.html#C1_Win_C1Input_DropDownItem_ImageAlign">ImageAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the image within the bounds specified by the <a class="xref" href="C1.Win.C1Input.DropDownItem.ImageSize.html#C1_Win_C1Input_DropDownItem_ImageSize">ImageSize</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_ImageIndex" data-uid="C1.Win.C1Input.DropDownItem.ImageIndex">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.ImageIndex.html#C1_Win_C1Input_DropDownItem_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the image in the ImageList.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_ImageKey" data-uid="C1.Win.C1Input.DropDownItem.ImageKey">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.ImageKey.html#C1_Win_C1Input_DropDownItem_ImageKey">ImageKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image key in the ImageList.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_ImageScaling" data-uid="C1.Win.C1Input.DropDownItem.ImageScaling">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.ImageScaling.html#C1_Win_C1Input_DropDownItem_ImageScaling">ImageScaling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the image will be scaled to fit within the bounds specified by the <a class="xref" href="C1.Win.C1Input.DropDownItem.ImageSize.html#C1_Win_C1Input_DropDownItem_ImageSize">ImageSize</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_ImageSize" data-uid="C1.Win.C1Input.DropDownItem.ImageSize">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.ImageSize.html#C1_Win_C1Input_DropDownItem_ImageSize">ImageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the image that will be displayed on the button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_IsDisposed" data-uid="C1.Win.C1Input.DropDownItem.IsDisposed">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.IsDisposed.html#C1_Win_C1Input_DropDownItem_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the component has been disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_Items" data-uid="C1.Win.C1Input.DropDownItem.Items">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Items.html#C1_Win_C1Input_DropDownItem_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of child items in that is associated with this DropDownItem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_SplitButton" data-uid="C1.Win.C1Input.DropDownItem.SplitButton">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.SplitButton.html#C1_Win_C1Input_DropDownItem_SplitButton">SplitButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.C1Input.C1SplitButton.html">C1SplitButton</a> that this <a class="xref" href="C1.Win.C1Input.DropDownItem.html">DropDownItem</a> belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_Tag" data-uid="C1.Win.C1Input.DropDownItem.Tag">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Tag.html#C1_Win_C1Input_DropDownItem_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object that contains data about the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_Text" data-uid="C1.Win.C1Input.DropDownItem.Text">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Text.html#C1_Win_C1Input_DropDownItem_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_Visible" data-uid="C1.Win.C1Input.DropDownItem.Visible">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Visible.html#C1_Win_C1Input_DropDownItem_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the item is visible.</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_C1Input_DropDownItem_Dispose_System_Boolean_" data-uid="C1.Win.C1Input.DropDownItem.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Dispose.html#C1_Win_C1Input_DropDownItem_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the DropDownItem.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnClick_System_EventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnClick(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnClick.html#C1_Win_C1Input_DropDownItem_OnClick_System_EventArgs_">OnClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.Click.html">Click</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnDoubleClick_System_EventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnDoubleClick(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnDoubleClick.html#C1_Win_C1Input_DropDownItem_OnDoubleClick_System_EventArgs_">OnDoubleClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.DoubleClick.html">DoubleClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnDropDown_System_EventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnDropDown(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnDropDown.html#C1_Win_C1Input_DropDownItem_OnDropDown_System_EventArgs_">OnDropDown(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.DropDown.html">DropDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnDropDownClosed_System_EventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnDropDownClosed(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnDropDownClosed.html#C1_Win_C1Input_DropDownItem_OnDropDownClosed_System_EventArgs_">OnDropDownClosed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.DropDownClosed.html">DropDownClosed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnGotFocus_System_EventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnGotFocus.html#C1_Win_C1Input_DropDownItem_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.GotFocus.html">GotFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnKeyDown.html#C1_Win_C1Input_DropDownItem_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.KeyDown.html">KeyDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnKeyPress.html#C1_Win_C1Input_DropDownItem_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.KeyPress.html">KeyPress</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnKeyUp.html#C1_Win_C1Input_DropDownItem_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.KeyUp.html">KeyUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_OnLostFocus_System_EventArgs_" data-uid="C1.Win.C1Input.DropDownItem.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.OnLostFocus.html#C1_Win_C1Input_DropDownItem_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Input.DropDownItem.LostFocus.html">LostFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_ResetPressed" data-uid="C1.Win.C1Input.DropDownItem.ResetPressed">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.ResetPressed.html#C1_Win_C1Input_DropDownItem_ResetPressed">ResetPressed()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_ShouldSerializeChecked" data-uid="C1.Win.C1Input.DropDownItem.ShouldSerializeChecked">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.ShouldSerializeChecked.html#C1_Win_C1Input_DropDownItem_ShouldSerializeChecked">ShouldSerializeChecked()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_C1Input_DropDownItem_Click" data-uid="C1.Win.C1Input.DropDownItem.Click">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.Click.html">Click</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the component is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_DoubleClick" data-uid="C1.Win.C1Input.DropDownItem.DoubleClick">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.DoubleClick.html">DoubleClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the component is double-clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_DropDown" data-uid="C1.Win.C1Input.DropDownItem.DropDown">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.DropDown.html">DropDown</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the drop-down portion of this element is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_DropDownClosed" data-uid="C1.Win.C1Input.DropDownItem.DropDownClosed">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.DropDownClosed.html">DropDownClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates that the drop-down portion of this element has closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_GotFocus" data-uid="C1.Win.C1Input.DropDownItem.GotFocus">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.GotFocus.html">GotFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the component receives the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_KeyDown" data-uid="C1.Win.C1Input.DropDownItem.KeyDown">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.KeyDown.html">KeyDown</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a key is pressed while the component has focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_KeyPress" data-uid="C1.Win.C1Input.DropDownItem.KeyPress">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.KeyPress.html">KeyPress</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a key is pressed while the component has focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_KeyUp" data-uid="C1.Win.C1Input.DropDownItem.KeyUp">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.KeyUp.html">KeyUp</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a key is released while the component has focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_DropDownItem_LostFocus" data-uid="C1.Win.C1Input.DropDownItem.LostFocus">
          <a class="xref" href="C1.Win.C1Input.DropDownItem.LostFocus.html">LostFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the component loses the focus.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
