LinkLabel.LinkCollection Members
.NET Framework 2.0
Represents the collection of links within a LinkLabel control.
The following tables list the members exposed by the LinkLabel.LinkCollection type.
| Name | Description | |
|---|---|---|
| LinkLabel.LinkCollection | Initializes a new instance of the LinkLabel.LinkCollection class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of links in the collection. |
| IsReadOnly | Gets a value indicating whether this collection is read-only. |
| Item | Overloaded. Gets an item from the collection. |
| LinksAdded | Gets a value indicating whether links have been added to the LinkLabel.LinkCollection. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Overloaded. Adds a link to the collection. |
| Clear | Clears all links from the collection. |
| Contains | Determines whether the specified link is within the collection. |
| ContainsKey | Returns a value indicating whether the collection contains a link with the specified key. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetEnumerator | Returns an enumerator to use to iterate through the link collection. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IndexOf | Returns the index of the specified link within the collection. |
| IndexOfKey | Retrieves the zero-based index of the first occurrence of the specified key within the entire collection. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Removes the specified link from the collection. |
| RemoveAt | Removes a link at a specified location within the collection. |
| RemoveByKey | Removes the link with the specified key. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | For a description of this member, see ICollection.CopyTo. |
| System.Collections.IList.Add | For a description of this member, see IList.Add. |
| System.Collections.IList.Contains | For a description of this member, see IList.Contains. |
| System.Collections.IList.IndexOf | For a description of this member, see IList.IndexOf. |
| System.Collections.IList.Insert | For a description of this member, see IList.Insert. |
| System.Collections.IList.Remove | For a description of this member, see IList.Remove. |
| System.Collections.ICollection.IsSynchronized | For a description of this member, see ICollection.IsSynchronized. |
| System.Collections.ICollection.SyncRoot | For a description of this member, see ICollection.SyncRoot. |
| System.Collections.IList.IsFixedSize | For a description of this member, see .IList.IsFixedSize. |
| System.Collections.IList.Item | For a description of this member, see IList.Item. |