Click or drag to resize

DropDown Class

Presents a drop down to select from a list of items
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DropDown : ListControl

The DropDown type exposes the following members.

Constructors
  NameDescription
Public methodDropDown
Initializes a new instance of the DropDown class.
Top
Properties
  NameDescription
Public propertyItemImageBinding
Gets or sets the binding to get the image for each item.
Public propertyShowBorder
Gets or sets a value indicating whether to show the control's border.
Top
Methods
Events
  NameDescription
Public eventDropDownClosed
Occurs when the drop down is closed.
Public eventDropDownOpening
Occurs right before the drop down is opened.
Public eventFormatItem
Occurs for each item to provide formatting.
Top
Fields
  NameDescription
Public fieldStatic memberDropDownClosedEvent
Event identifier for handlers when attaching the DropDownClosed event.
Public fieldStatic memberDropDownOpeningEvent
Event identifier for handlers when attaching the DropDownOpening event
Public fieldStatic memberFormatItemEvent
Event identifier for handlers when attaching the FormatItem event.
Top
See Also