C# Class RhinoDLR_Python.FileNewForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
FileNewForm System
InitializeComponent void
OnFormShownEvent void
OnNewButtonClickEvent void
OnNewTypeSelectionChanged void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

FileNewForm() public méthode

public FileNewForm ( ) : System.Windows.Forms
Résultat System.Windows.Forms

GetFilePath() public méthode

public GetFilePath ( ) : string
Résultat string

GetScriptString() public méthode

public GetScriptString ( ) : string
Résultat string

ShowFileNewDialog() public static méthode

public static ShowFileNewDialog ( object sender, ScriptEditor args ) : void
sender object
args ScriptEditor
Résultat void