Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
System.Windows.Forms.InputBox Class Reference

This static class contains methods named Show() to display a dialog box with an input field, similar in appearance to the one in Visual Basic. The Show() method returns null if the user clicks Cancel, and non-null if the user clicks OK. More...


Source file:

Remarks

This static class contains methods named Show() to display a dialog box with an input field, similar in appearance to the one in Visual Basic. The Show() method returns null if the user clicks Cancel, and non-null if the user clicks OK.

Static Public Member Functions

static string Show (string Prompt)
 
static string Show (string Prompt, string Title, string Default)
 
static string Show (string Prompt, string Title, string Default, int xPos, int yPos, bool isPassword)
 
static string ShowPasswordBox (string Prompt, string Title)