ImageGear .NET v24.12 - Updated
DlgText Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > InputBox Class : DlgText Property
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

Reference

InputBox Class
InputBox Members