CreateParams.Caption Propriété

Définition

Obtient ou définit le texte initial du contrôle.

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
public string? Caption { get; set; }
member this.Caption : string with get, set
Public Property Caption As String

Valeur de propriété

String

Texte initial du contrôle.

S’applique à

Voir aussi