Property | Type | Description | |
---|---|---|---|
tbNewName | System.Windows.Forms.TextBox | ||
tbOldName | System.Windows.Forms.TextBox |
Method | Description | |
---|---|---|
askForName ( string titleText, string labelText, string buttonText, string oldTagName, string newTagName, bool smartChange ) : System |
Initializes a new instance of the askForName class.
|
|
getTextBoxValue ( ) : string |
The get text box value.
|
|
nameBox_TextChanged ( object sender, |
The name box_ text changed
|
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.
|
|
askForName_FormClosing ( object sender, |
The ask for name_ form closing.
|
|
createButton_Click ( object sender, |
The create button_ click.
|
|
nameBox_Leave ( object sender, |
The name box_ leave.
|
|
tbNewName_TextChanged ( object sender, |
When the askForMapName dialog text changes
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public askForName ( string titleText, string labelText, string buttonText, string oldTagName, string newTagName, bool smartChange ) : System | ||
titleText | string | The text to display on the title bar. |
labelText | string | The text to display on the label. |
buttonText | string | The text to display on the button. |
oldTagName | string | The tag's original name (path included). |
newTagName | string | The new name of the tag (without path) |
smartChange | bool | if set to True, will update the top label as a tag when the bottom label is changed |
return | System |
public nameBox_TextChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public System.Windows.Forms.TextBox tbNewName | ||
return | System.Windows.Forms.TextBox |