Share via


_Application.Caption Propriété

Définition

Renvoie ou définit le texte légende pour la fenêtre de document ou d’application spécifiée.

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

Pour remplacer le titre de la fenêtre d'application par le texte par défaut, affectez une chaîne vide ("") à cette propriété.

S’applique à