ArcGIS Pro 2.6 API Reference Guide
Text Property (EditBox)

ArcGIS.Desktop.Framework.Contracts Namespace > EditBox Class : Text Property
Gets or sets the text contents of the text box.
Syntax
public string Text {get; set;}
Public Property Text As String
Remarks

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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditBox Class
EditBox Members