ComboBox Class |
Namespace: Eto.Forms
The ComboBox type exposes the following members.
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 whether the user can change the text in the combo box.
|
![]() | Text |
Gets or sets the text of the ComboBox.
|
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides DropDownGetCallback.) |
![]() | OnTextChanged |
Raises the TextChanged event.
|
Name | Description | |
---|---|---|
![]() | TextChanged |
Occurs when the Text property is changed either by the user or programatically.
|
Name | Description | |
---|---|---|
![]() ![]() | TextChangedEvent |
Event identifier for handlers when attaching the TextChanged event.
|