Skybound AutoComplete

AutoComplete.VisibleItemsCollection Class

Represents the collection of items that are visible in a drop-down suggestion window.

For a list of all members of this type, see AutoComplete.VisibleItemsCollection Members.

System.Object
   Skybound.AutoComplete.AutoComplete.VisibleItemsCollection

[Visual Basic]
Public Class AutoComplete.VisibleItemsCollection
    Implements IList, ICollection, IEnumerable
[C#]
public class AutoComplete.VisibleItemsCollection : IList, ICollection, IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A AutoComplete.VisibleItemsCollection stores the text representation of the items currently displayed in a drop-down suggestion window. The items in this collection do not necessarily correspond to items in the Items collection, since items may be suggested from other sources (such as the file system).

This collection is read-only, and its items change dynamically as text is entered.

Requirements

Namespace: Skybound.AutoComplete

Assembly: Skybound.AutoComplete (in Skybound.AutoComplete.dll)

See Also

AutoComplete.VisibleItemsCollection Members | Skybound.AutoComplete Namespace