This documentation is archived and is not being maintained.
Form.Text Property
This member overrides
Control.Text.
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
}
/** @property */
public String get_Text ()
/** @property */
public void set_Text (String value)
public override function get Text () : String
public override function set Text (value : String)
.NET Framework
Supported in: 2.0, 1.1, 1.0
.NET Compact Framework
Supported in: 2.0, 1.0