System.Windows.Forms
2.0.0.0
System.Object
System.Collections.IList
To be added.
Contains a collection of strings to use for the auto-complete feature on certain Windows Forms controls.
Constructor
To be added.
Initializes a new instance of the class.
2.0.0.0
Method
System.Int32
To be added.
Inserts a new into the collection.
The position in the collection where the was added.
The to add to the collection.
2.0.0.0
Method
System.Void
To be added.
Adds the elements of a collection to the end.
The strings to add to the collection.
2.0.0.0
Method
System.Void
To be added.
Removes all strings from the collection.
2.0.0.0
Event
System.ComponentModel.CollectionChangeEventHandler
To be added.
Occurs when the collection changes.
2.0.0.0
Method
System.Boolean
To be added.
Indicates whether the exists within the collection.
true if the exists within the collection; otherwise, false.
The for which to search.
2.0.0.0
Method
System.Void
To be added.
Copies an array of objects into the collection, starting at the specified position.
The objects to add to the collection.
The position within the collection at which to start the insertion.
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets the number of items in the .
2.0.0.0
Method
System.Collections.IEnumerator
To be added.
Returns an enumerator that iterates through the .
An enumerator that iterates through the collection.
2.0.0.0
Method
System.Int32
The returns the index for the first occurrence of the string within the collection.
Obtains the position of the specified string within the collection.
The index for the specified item.
The for which to search.
2.0.0.0
Method
System.Void
To be added.
Inserts the string into a specific index in the collection.
The position at which to insert the string.
The string to insert.
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets a value indicating whether the contents of the collection are read-only.
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets a value indicating whether access to the is synchronized (thread safe).
2.0.0.0
Property
System.String
To be added.
To be added.
To be added.
To be added.
2.0.0.0
Method
System.Void
To be added.
Raises the event.
A that contains the event data.
2.0.0.0
Method
System.Void
To be added.
Removes a string from the collection.
The to remove.
2.0.0.0
Method
System.Void
To be added.
Removes the string at the specified index.
The zero-based index of the string to remove.
2.0.0.0
Property
System.Object
To be added.
To be added.
Gets an object that can be used to synchronize access to the .
2.0.0.0
Method
2.0.0.0
System.Void
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Copies the strings of the collection to an , starting at a particular index. For a description of this member, see .
The one-dimensional that is the destination of the strings copied from collection. The must have zero-based indexing.
The zero-based index in at which copying begins.
Method
2.0.0.0
System.Int32
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Adds a string to the collection. For a description of this member, see .
The index at which the has been added.
The string to be added to the collection
Method
2.0.0.0
System.Boolean
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Determines where the collection contains a specified string. For a description of this member, see .
true if is found in the collection; otherwise, false.
The string to locate in the collection.
Method
2.0.0.0
System.Int32
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Determines the index of a specified string in the collection. For a description of this member, see .
The index of if found in the list; otherwise, -1.
The string to locate in the collection.
Method
2.0.0.0
System.Void
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Inserts an item to the collection at the specified index. For a description of this member, see .
The zero-based index at which should be inserted.
The string to insert into the collection.
Property
2.0.0.0
System.Boolean
To be added.
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Gets a value indicating whether the collection has a fixed size. For a description of this member, see .
Property
2.0.0.0
System.Boolean
To be added.
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Gets a value indicating whether the collection is read-only. For a description of this member, see .
Property
2.0.0.0
System.Object
To be added.
To be added.
To be added.
To be added.
Method
2.0.0.0
System.Void
This member is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
Removes the first occurrence of a specific string from the collection. For a description of this member, see .
The string to remove from the collection.