LinkLabel.LinkCollection(LinkLabel) Konstruktor

Definice

Inicializuje novou instanci LinkLabel.LinkCollection třídy.

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)

Parametry

owner
LinkLabel

Ovládací LinkLabel prvek, který vlastní kolekci.

Poznámky

Instanci této třídy nelze vytvořit bez přidružení k ovládacímu LinkLabel prvku.

Platí pro