[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=AutoCompleteStringCollection Info=Contains a collection of strings to use for the auto-complete feature on certain Windows Forms controls [Property] Name=Sets the name of the component. ARG(string)|2| +List=Sets a custom StringCollection to use with the autocompletion. ARG(string)|13|2 [Methods] doAdd=Inserts a new String into the collection. ARG(string value)|1|0 *doAddRange=Adds the elements of a String collection to the end. ARG(string[] value)|1|0 *doClear=Removes all strings from the collection. ARG()|1|0 *doContains=Indicates whether the String exists within the collection. ARG(string value)|1|0 *doCopyTo=Copies an array of String objects into the collection, starting at the specified position. ARG(string[] array, int index)|1|0 *doIndexOf=Obtains the position of the specified string within the collection. ARG(string value)|1|0 *doInsert=Inserts the string into a specific index in the collection. ARG(int index, string value)|1|0 *doItem=Sets the element at the specified index. ARG(int index)|1|0 *doRemove=Removes a string from the collection. ARG(string value)|1|0 *doRemoveAt=Removes the string at the specified index. ARG(int index)|1|0 *onAdd=Occurs after invoke the method doAdd and returns the result. ARG(int)|2|1 *onCollectionChanged=Occurs when the collection changes. ARG(CollectionChangeEventArgs)|2|0 *onContains=Occurs after invoke the method doContains and returns the result. ARG(bool)|2|104 *onIndexOf=Occurs after invoke the method doIndexOf and returns the result ARG(int)|2|1 *Count=Returns the number of items in the AutoCompleteStringCollection. ARG(int)|3|1 *GetEnumerator=Returns an enumerator that iterates through the AutoCompleteStringCollection. ARG(IEnumerator)|3|0 *IsReadOnly=Returns a value indicating whether the contents of the collection are read-only.ARG(bool)|3|104 *IsSynchronized=Returns a value indicating whether access to the AutoCompleteStringCollection is synchronized. ARG(bool)|3|104 *Item=Returns the element at the specified index.ARG(string)|3|2 *SyncRoot=Returns an object that can be used to synchronize access to the AutoCompleteStringCollection. ARG(Object)|3|0 AutoCompleteStringCollection=Returns the AutoCompleteStringCollection object. ARG(AutoCompleteStringCollection)|3|0 *array=The String objects to add to the collection. ARG(string[])|4|13 *index=The position within the collection at which to start the insertion. ARG(int)|4|1 *value=The String to add to the collection. ARG(string)|4|2