LinkLabel::LinkCollection::Item Property (String^)
.NET Framework (current version)
Gets a link with the specified key from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property LinkLabel::Link^ default[ String^ key ] { virtual LinkLabel::Link^ get(String^ key); }
Parameters
- key
-
Type:
System::String^
The name of the link to retrieve from the collection.
Property Value
Type: System.Windows.Forms::LinkLabel::Link^The LinkLabel::Link with the specified key within the collection.
The key comparison is not case-sensitive. If the key parameter is null or an empty string, Item returns null.
The Name property corresponds to the key for a LinkLabel::Link in the LinkLabel::LinkCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: