LinkLabel.LinkCollection Properties
.NET Framework 4.5
The LinkLabel.LinkCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of links in the collection. |
|
IsReadOnly | Gets a value indicating whether this collection is read-only. |
|
Item[Int32] | Gets and sets the link at the specified index within the collection. |
|
Item[String] | Gets a link with the specified key from the collection. |
|
LinksAdded | Gets a value indicating whether links have been added to the LinkLabel.LinkCollection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | For a description of this member, see ICollection.IsSynchronized. |
|
ICollection.SyncRoot | For a description of this member, see ICollection.SyncRoot. |
|
IList.IsFixedSize | For a description of this member, see .IList.IsFixedSize. |
|
IList.Item | For a description of this member, see IList.Item. |