LinkLabel.LinkCollection(LinkLabel) Constructeur

Définition

Initialise une nouvelle instance de la classe LinkLabel.LinkCollection.

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)

Paramètres

owner
LinkLabel

Contrôle LinkLabel propriétaire de la collection.

Remarques

Impossible de créer une instance de cette classe sans l’associer à un LinkLabel contrôle.

S’applique à