Class that represents a text entry dialog.
Returns the caption of the text entry dialog.
Returns the caption of the text entry dialog.
Returns the message to display in the text entry dialog.
Returns the message to display in the text entry dialog.
Returns the text of the text entry dialog.
Returns the text of the text entry dialog.
Sets the caption of the text entry dialog to text.
Sets the message to display in the text entry dialog to text.
Sets the text of the text entry dialog.
Returns DialogResult.Ok when the dialog is closed by pressing "OK" or equivalent, and DialogResult.Cancel if the dialog is closed by pressing "Cancel" or equivalent.
Shows a text entry dialog and returns DialogResult.Ok if the user closes the text entry dialog by pressing "OK", or the equivalent, and DialogResult.Cancel if the user closes the text entry dialog by pressing "Cancel", or the equivalent.