LinkLabel.LinkCollection(LinkLabel) Constructor
Definición
Inicializa una nueva instancia de la clase LinkLabel.LinkCollection.Initializes a new instance of the LinkLabel.LinkCollection class.
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)
Parámetros
- owner
- LinkLabel
Control LinkLabel que al que pertenece la colección.The LinkLabel control that owns the collection.
Comentarios
No se puede crear una instancia de esta clase sin asociarla a un LinkLabel control.An instance of this class cannot be created without associating it with a LinkLabel control.