TableOfContents.UseHyperlinks 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.
Cette propriété renvoie ou définit si les entrées dans une table des matières doivent être mis en forme comme des liens hypertexte lors de la publication sur le Web.
public:
property bool UseHyperlinks { bool get(); void set(bool value); };
public bool UseHyperlinks { get; set; }
member this.UseHyperlinks : bool with get, set
Public Property UseHyperlinks As Boolean