Form.Text Property
.NET Framework 3.0
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)
Not applicable.
Community Additions
ADD
Show: