Property | Type | Description | |
---|---|---|---|
button1 | System.Windows.Forms.Button | ||
label1 | System.Windows.Forms.Label | ||
textBox1 | System.Windows.Forms.TextBox |
Method | Description | |
---|---|---|
GetNameDialog ( string formName, string label, string name, string buttonName ) : System |
Initializes a new instance of the getNameDialog class.
|
|
Show ( string formName, string label, string name, string buttonName ) : string |
The show.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
button1_Click ( object sender, |
The button 1_ click.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetNameDialog ( string formName, string label, string name, string buttonName ) : System | ||
formName | string | Name of the form. |
label | string | The label. |
name | string | The name. |
buttonName | string | Name of the button. |
return | System |
public static Show ( string formName, string label, string name, string buttonName ) : string | ||
formName | string | The form name. |
label | string | The label. |
name | string | The name. |
buttonName | string | The button name. |
return | string |
public System.Windows.Forms.Button button1 | ||
return | System.Windows.Forms.Button |
public System.Windows.Forms.Label label1 | ||
return | System.Windows.Forms.Label |