LinkLabel.LinkCollection.LinksAdded Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si les liens ont été ajoutés à LinkLabel.LinkCollection.
public:
property bool LinksAdded { bool get(); };
public bool LinksAdded { get; }
member this.LinksAdded : bool
Public ReadOnly Property LinksAdded As Boolean
Valeur de propriété
true
si les liens ont été ajoutés à LinkLabel.LinkCollection ; sinon, false
.