AutoCompleteStringCollection Properties
.NET Framework 4.5
The AutoCompleteStringCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of items in the AutoCompleteStringCollection . |
|
IsReadOnly | Gets a value indicating whether the contents of the collection are read-only. |
|
IsSynchronized | Gets a value indicating whether access to the AutoCompleteStringCollection is synchronized (thread safe). |
|
Item | Gets or sets the element at the specified index. |
|
SyncRoot | Gets an object that can be used to synchronize access to the AutoCompleteStringCollection. |
| Name | Description | |
|---|---|---|
|
IList.IsFixedSize | Gets a value indicating whether the collection has a fixed size. For a description of this member, see IList.IsFixedSize. |
|
IList.IsReadOnly | Gets a value indicating whether the collection is read-only. For a description of this member, see IList.IsReadOnly. |
|
IList.Item | Gets the element at a specified index. For a description of this member, see IList.Item. |