| --PROPERTIES OF dotNetObject:System.Windows.Forms.AutoCompleteStringCollection | Default / Value |
| .Count : , read-only | 0 |
| .IsReadOnly : , read-only | false |
| .IsSynchronized : , read-only | false |
| .Item[index] : | undefined |
| .SyncRoot : , read-only | dotNetObject:System.Windows.Forms.AutoCompleteStringCollection |
| --METHODS OF dotNetObject:System.Windows.Forms.AutoCompleteStringCollection | |
| .Add value | |
| .AddRange value | |
| .Clear() | |
| .Contains value | |
| .CopyTo array index | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .GetEnumerator() | |
| .GetHashCode() | |
| .GetType() | |
| .IndexOf value | |
| .Insert index value | |
| .[static]ReferenceEquals objA objB | |
| .Remove value | |
| .RemoveAt index | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Windows.Forms.AutoCompleteStringCollection | |
| CollectionChanged sender e = ( ... ) |