ComboBoxIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : DropDownIHandler,
ListControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler
Public Interface IHandler
Inherits DropDownIHandler, ListControlIHandler, CommonControlIHandler, ControlIHandler,
WidgetIHandler
type IHandler =
interface
interface DropDownIHandler
interface ListControlIHandler
interface CommonControlIHandler
interface ControlIHandler
interface WidgetIHandler
end
The ComboBoxIHandler type exposes the following members.
Properties
| Name | Description |
---|
| AutoComplete |
Gets or sets a value indicating that the text should autocomplete when the user types in a value.
|
| ReadOnly |
Gets or sets the editable of ComboBox.
|
| Text |
Gets or sets the text of the ComboBox.
|
TopSee Also