Public Property Text As String
public string Text {get; set;}
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 Home, Pro, Enterprise (64 bit)
EditBox Class EditBox Members