public string Text {get; set;}
Public Property Text As String
Getting this property returns a string copy of the value in the edit box. Setting this property replaces the contents of the edit box with the specified string.
Target Platforms: Windows 11, Windows 10
EditBox Class EditBox Members