TableOfFigures.Caption 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 l'étiquette qui identifie les éléments à inclure dans une table des illustrations.
public:
property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
member this.Caption : string with get, set
Public Property Caption As String
Valeur de propriété
Remarques
La propriété Caption correspond au commutateur \c pour un champ table des matières.
Pour remplacer le titre de la fenêtre d'application par le texte par défaut, affectez une chaîne vide ("") à cette propriété.