A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.textbox.text below:

TextBox.Text Property (System.Windows.Controls) | Microsoft Learn

TextBox.Text Property Definition

Gets or sets the text contents of the text box.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.Windows.Localizability(System.Windows.LocalizationCategory.Text)]
public string Text { get; set; }
[<System.Windows.Localizability(System.Windows.LocalizationCategory.Text)>]
member this.Text : string with get, set
Public Property Text As String
Property Value

A string containing the text contents of the text box. The default is an empty string ("").

Attributes
Remarks

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.

XAML Property Element Usage
<object>
  String
</object>
Dependency Property Information See also

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4