WebBrowser.Text Property

This member overrides Control.Text, and more complete documentation might be available in that topic.This member overrides Control.Text.

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

Syntax

'Declaration
Public Overrides Property Text As String
'Usage
Dim instance As WebBrowser 
Dim value As String 

value = instance.Text

instance.Text = value
public override string Text { get; set; }
public:
virtual property String^ Text {
    String^ get () override;
    void set (String^ value) override;
}
public override function get Text () : String 
public override function set Text (value : String)

Property Value

Type: System.String

The text associated with this control.

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

WebBrowser Class

WebBrowser Members

System.Windows.Forms Namespace