Click or drag to resize

ComboBoxIHandler Interface

Handler interface for the ComboBox

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : DropDownIHandler, 
	ListControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler

The ComboBoxIHandler type exposes the following members.

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 the editable of ComboBox.
Public propertyText
Gets or sets the text of the ComboBox.
Top
See Also