C# Class RhinoDLR_Python.FileNewForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
FileNewForm System
InitializeComponent void
OnFormShownEvent void
OnNewButtonClickEvent void
OnNewTypeSelectionChanged void

Public Methods

Method Description
FileNewForm ( ) : System.Windows.Forms
GetFilePath ( ) : string
GetScriptString ( ) : string
ShowFileNewDialog ( object sender, ScriptEditor args ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FileNewForm ( ) : System
InitializeComponent ( ) : void

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

OnFormShownEvent ( object sender, EventArgs e ) : void
OnNewButtonClickEvent ( object sender, EventArgs e ) : void
OnNewTypeSelectionChanged ( object sender, EventArgs e ) : void

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

FileNewForm() public method

public FileNewForm ( ) : System.Windows.Forms
return System.Windows.Forms

GetFilePath() public method

public GetFilePath ( ) : string
return string

GetScriptString() public method

public GetScriptString ( ) : string
return string

ShowFileNewDialog() public static method

public static ShowFileNewDialog ( object sender, ScriptEditor args ) : void
sender object
args ScriptEditor
return void