Click or drag to resize

ListBox Class

Control to show a list of items that the user can select
Inheritance Hierarchy

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

The ListBox type exposes the following members.

Constructors
  NameDescription
Public methodListBox
Initializes a new instance of the ListBox class.
Top
Properties
  NameDescription
Public propertyContextMenu
Gets or sets the context menu for the control.
Public propertyImageBinding Obsolete.
Gets or sets the binding for the Image of each item
Public propertyItemImageBinding
Gets or sets the binding for the Image of each item
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ListControlGetCallback.)
Protected methodOnActivated
Raises the Activatedevent.
Top
Events
  NameDescription
Public eventActivated
Occurs when an item is activated, usually with a double click or by pressing enter.
Top
See Also