Click or drag to resize

ComboBoxIHandlerAutoComplete Property

Gets or sets a value indicating that the text should autocomplete when the user types in a value.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool AutoComplete { get; set; }

Property Value

Type: Boolean
true to auto complete the text; otherwise, false.
Remarks
The autocomplete will be based off of the items in the combo box.
See Also