Compartilhar via


Window.Caption Propriedade

Definição

Obtém ou define o texto legenda para a janela representada pelo Window objeto.

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

Valor da propriedade

O texto legenda para a janela representada pelo Window objeto.

Comentários

O texto legenda que é retornado ou definido por essa propriedade corresponde ao texto anterior "- Microsoft InfoPath" na barra de título da janela

This member can be accessed without restrictions.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

Aplica-se a