Click or drag to resize

ComboBox Class

Presents a combination of an editable text box and drop down to select from a list of items and enter text.
Inheritance Hierarchy

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

The ComboBox type exposes the following members.

Constructors
  NameDescription
Public methodComboBox
Initializes a new instance of the ComboBox class.
Top
Properties
  NameDescription
Public propertyAutoComplete
Gets or sets a value indicating that the text should autocomplete when the user types in a value.
Public propertyReadOnly
Gets or sets whether the user can change the text in the combo box.
Public propertyText
Gets or sets the text of the ComboBox.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides DropDownGetCallback.)
Protected methodOnTextChanged
Raises the TextChanged event.
Top
Events
  NameDescription
Public eventTextChanged
Occurs when the Text property is changed either by the user or programatically.
Top
Fields
  NameDescription
Public fieldStatic memberTextChangedEvent
Event identifier for handlers when attaching the TextChanged event.
Top
See Also