UserControl.Text Property
.NET Framework 2.0
This member overrides Control.Text.
[BindableAttribute(false)] 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)
Community Additions
ADD
Show: