Method | Description | |
---|---|---|
DuplicateTypeForm ( object obj, |
constructor
|
|
ShowDialog ( ) : DialogResult |
hidden subclass' method; display EditTypeNameForm to get type name; then duplicate FamilySymbol
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DuplicateTypeForm ( ) : System |
constructor without parameter is forbidden
|
|
DuplicateTypeForm_Load ( object sender, |
provide UI to edit is parameter
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OKButton_Click ( object sender, |
to finish duplicate process
|
|
cancelButton_Click ( object sender, |
cancel the duplicate and roll back the command
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public DuplicateTypeForm ( object obj, |
||
obj | object | FamilySymbol object |
typesMgr | FamilySymbols' manager | |
return | System |