ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / EditBox Class / Text Property

In This Topic
    Text Property (EditBox)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also