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