ComboBoxAutoComplete 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 public bool AutoComplete { get; set; }
Public Property AutoComplete As Boolean
Get
Set
member AutoComplete : bool with get, set
Property Value
Type:
Booleantrue to auto complete the text; otherwise,
false.
Remarks
The autocomplete will be based off of the items in the combo box.
See Also