TextBox::Text Property
.NET Framework (current version)
Gets or sets the text contents of the text box.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [LocalizabilityAttribute(LocalizationCategory::Text)] property String^ Text { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string containing the text contents of the text box. The default is an empty string ("").
Getting this property returns a string copy of the contents of the text box. Setting this property replaces the contents of the text box with the specified string.
This property does not support animation.
When used in data-binding scenarios, this property uses the default update behavior of UpdateSourceTrigger::LostFocus.
<object> String </object>
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: