ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / InputBox Class / DlgText Property




In This Topic
    DlgText Property
    In This Topic
    Gets content of the edit box where the user can enter a string.
    Syntax
    'Declaration
     
    Public ReadOnly Property DlgText As String
    'Usage
     
    Dim instance As InputBox
    Dim value As String
     
    value = instance.DlgText
    public string DlgText {get;}
    public: __property string* get_DlgText();
    public:
    property String^ DlgText {
       String^ get();
    }

    Property Value

    Any string.
    See Also