Skip to content

Text Property

Mauricio Jorquera edited this page Nov 14, 2023 · 1 revision

Gets or sets the text contents of the TextBox.

Syntax

C#

public string Text { get; set; }

Remarks

The text can be changed at run time. The default value is null.