ArcGIS Pro 2.9 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 11, Windows 10, Windows 8.1

See Also

Reference

EditBox Class
EditBox Members