Skybound AutoComplete

AutoComplete.Items Property

Gets a collection of the items suggested by the drop-down autocompletion window.

[Visual Basic]
Public ReadOnly Property Items As ObjectCollection
[C#]
public AutoComplete.ObjectCollection Items {get;}

Property Value

A AutoComplete.ObjectCollection representing the items suggested for autocompletion.

Remarks

This property enables you to obtain a reference to the list of items that are currently stored in the AutoComplete. With this reference, you can add items, remove items, and obtain a count of the items in the collection.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace