LinkLabel.LinkCollection(LinkLabel) Constructor

Definition

Initializes a new instance of the LinkLabel.LinkCollection class.

public:
 LinkCollection(System::Windows::Forms::LinkLabel ^ owner);
public LinkCollection (System.Windows.Forms.LinkLabel owner);
new System.Windows.Forms.LinkLabel.LinkCollection : System.Windows.Forms.LinkLabel -> System.Windows.Forms.LinkLabel.LinkCollection
Public Sub New (owner As LinkLabel)

Parameters

owner
LinkLabel

The LinkLabel control that owns the collection.

Remarks

An instance of this class cannot be created without associating it with a LinkLabel control.

Applies to