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 10, Windows 8.1, Windows 7
EditBox Class EditBox Members