WebBrowserBase.Text Propiedad

Definición

El control no es compatible con esta propiedad.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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 de propiedad

String

Texto que se muestra en el control.

Atributos

Excepciones

La propiedad se establece.

Se aplica a