LinkLabel.LinkCollection(LinkLabel) 建構函式

定義

初始化 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)

參數

owner
LinkLabel

擁有這個集合的 LinkLabel 控制項。

備註

無法建立這個類別的實例,而不需要將它與 LinkLabel 控制項產生關聯。

適用於