PictureBox.Text Propriedade

Definição

Obtém ou define o texto do PictureBox.

public:
 virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string Text { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Text : string with get, set
Public Overrides Property Text As String

Valor da propriedade

String

O texto do PictureBox.

Atributos

Comentários

Definir a Text propriedade do PictureBox não afeta sua aparência.

Aplica-se a