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 控件相关联。

适用于