Method | Description | |
---|---|---|
InputBox ( string text, string caption, string defaultValue ) : System |
Method | Description | |
---|---|---|
AcceptButtonClick ( object sender, System e ) : void | ||
CancelButtonClick ( object sender, System e ) : void | ||
InitializeComponent ( ) : void |
This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.
|
public InputBox ( string text, string caption, string defaultValue ) : System | ||
text | string | |
caption | string | |
defaultValue | string | |
return | System |