Skybound AutoComplete

AutoComplete.IncludeComboBoxItems Property

Gets or sets whether items in the ComboBox are suggested by autocompletion (does not apply to TextBox controls).

[Visual Basic]
Public Property IncludeComboBoxItems As Boolean
[C#]
public bool IncludeComboBoxItems {get; set;}

Property Value

true if items in the ComboBox are suggested by autocompletion; otherwise, false.

Remarks

Setting this property to true for TextBox controls has no effect.

When the same item exists in both the AutoComplete and the ComboBox, it still only appears once in the drop-down suggestion window.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace