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 auquel appartient la collection.

Remarques

Une instance de cette classe ne peut pas être créée sans l’associer à un LinkLabel contrôle.

S’applique à