dotNetObject:System.Windows.Forms.AutoCompleteStringCollection

--PROPERTIES OF dotNetObject:System.Windows.Forms.AutoCompleteStringCollectionDefault / Value
.Count : , read-only0
.IsReadOnly : , read-onlyfalse
.IsSynchronized : , read-onlyfalse
.Item[index] : undefined
.SyncRoot : , read-onlydotNetObject: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 = ( ... )