[This is preliminary documentation and is subject to change.]

Gets or sets text displayed on control

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Appearance)]
[DefaultValueAttribute(typeof(string), null)]
public string Text { get; set; }
Visual Basic
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Appearance)> _
<DefaultValueAttribute(GetType(String), Nothing)> _
Public Property Text As String
	Get
	Set
Visual C++
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Appearance)]
[DefaultValueAttribute(typeof(String), nullptr)]
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}
F#
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Appearance)>]
[<DefaultValueAttribute(typeof(string), null)>]
member Text : string with get, set
JScript
function get Text () : String
function set Text (value : String)

See Also