AutoCompleteStringCollection Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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[Int32] | 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[Int32] | Gets the element at a specified index. For a description of this member, see IList::Item. |
Show:


