LinkLabel::LinkCollection Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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[Int32] | For a description of this member, see IList::Item. |
Show:


