This topic has not yet been rated - Rate this topic

LinkLabel.LinkCollection Members

Represents the collection of links within a LinkLabel control.

The following tables list the members exposed by the LinkLabel.LinkCollection type.

  Name Description
Public method LinkLabel.LinkCollection Initializes a new instance of the LinkLabel.LinkCollection class.
Top
  Name Description
Public property Count Gets the number of links in the collection.
Public property IsReadOnly Gets a value indicating whether this collection is read-only.
Public property Item Overloaded. Gets an item from the collection.
Public property LinksAdded Gets a value indicating whether links have been added to the LinkLabel.LinkCollection.
Top
(see also Protected Methods )
  Name Description
Public method Add Overloaded. Adds a link to the collection.
Public method Clear Clears all links from the collection.
Public method Contains Determines whether the specified link is within the collection.
Public method ContainsKey Returns a value indicating whether the collection contains a link with the specified key.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator to use to iterate through the link collection.
Public method 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.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Returns the index of the specified link within the collection.
Public method IndexOfKey Retrieves the zero-based index of the first occurrence of the specified key within the entire collection.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Remove Removes the specified link from the collection.
Public method RemoveAt Removes a link at a specified location within the collection.
Public method RemoveByKey Removes the link with the specified key.
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top
  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top
  Name Description
Explicit interface implementation Method System.Collections.ICollection.CopyTo For a description of this member, see ICollection.CopyTo.
Explicit interface implementation Method System.Collections.IList.Add For a description of this member, see IList.Add.
Explicit interface implementation Method System.Collections.IList.Contains For a description of this member, see IList.Contains.
Explicit interface implementation Method System.Collections.IList.IndexOf For a description of this member, see IList.IndexOf.
Explicit interface implementation Method System.Collections.IList.Insert For a description of this member, see IList.Insert.
Explicit interface implementation Method System.Collections.IList.Remove For a description of this member, see IList.Remove.
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized For a description of this member, see ICollection.IsSynchronized.
Explicit interface implementation Property System.Collections.ICollection.SyncRoot For a description of this member, see ICollection.SyncRoot.
Explicit interface implementation Property System.Collections.IList.IsFixedSize For a description of this member, see .IList.IsFixedSize.
Explicit interface implementation Property System.Collections.IList.Item For a description of this member, see IList.Item.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.