C# Class Revit.SDK.Samples.FrameBuilder.CS.EditTypeNameForm

form to edit Type's name
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
EditTypeNameForm ( string typeName ) : System

constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EditTypeNameForm ( ) : System

constructor without constructor is forbidden

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OKButton_Click ( object sender, EventArgs e ) : void

return with OK

cancelButton_Click ( object sender, EventArgs e ) : void

return with Cancel

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EditTypeNameForm() public method

constructor
public EditTypeNameForm ( string typeName ) : System
typeName string original Type name
return System