Share via


CreateParams.Caption Proprietà

Definizione

Ottiene o imposta il testo iniziale del controllo.

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

Valore della proprietà

String

Testo iniziale del controllo.

Si applica a

Vedi anche